body {
  background-color: #574b90;
}

h1 {
  background-color: #786fa6;
  color: #ffffff;
  font-family: "Indie Flower", cursive;
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
}

h1,
h2,
h3,
h4 {
  color: #ffffff;
  font-family: "Indie Flower", cursive;
}

p {
  color: #ffffff;
}

li,
ol {
  color: #ffffff;
}

h1 {
  background-color: #786fa6;
  color: #ffffff;
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
}

h2 {
  background-color: #786fa6;
  color: #ffffff;
  font-size: 34px;
}
nav,
a {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

a:hover {
  color: #786fa6;
  font-weight: bold;
}
.feature {
  font-size: 24px;
  color: white;
  margin-left: 4%;
}

footer {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
