body {
  background-color: #fcf3dc;
}
a {
  color: #000000;
  font-family: "arial", sans-serif;
  font-size: 100%;
  font-weight: normal;
  text-align: center;
}
h1 {
  color: #000000;
  font-family: "Satisfy", cursive, sans-serif;
  font-size: 300%;
  font-weight: bold;
  text-align: center;
}
h2 {
  color: #000000;
  font-family: "arial", sans-serif;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}
h3 {
  color: #000000;
  font-family: "arial", sans-serif;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
}
h4 {
  color: #000000;
  font-family: "arial", sans-serif;
  font-size: 100%;
  font-weight: normal;
  font-style: italic;
  text-align: center;
}
h5 {
  color: #000000;
  font-family: "arial", sans-serif;
  font-size: 100%;
  font-weight: normal;
  text-align: center;
}
ul {
  list-style-type: square;
  list-style-position: outside;
  line-height: 30px;
}
.steps {
  list-style-type: none;
  line-height: 40px;
}
div {
  margin: auto;
  width: 75%;
  border: 5px solid #ebe1bc;
  background-color: #ffffff;
}
.center {
  margin: auto;
  width: 75%;
  border: none;
  background-color: none;
  padding: 10px;
}
hr {
  border: 3px solid #ebe1bc;
  max-width: 20%;
}
