/* Tags */

div {
  width: 80%;
  margin: 20px auto;
  margin-bottom: 20px;
}

h1, h2 {
  font-family: "ABeeZee";
  color: white;
  font-size: 2em;
}

h1 {
	text-decoration: underline wavy 5px #55331B;
}

h1, h2, p {
  text-align: center;
}

ul, ol, p {
  font-family: "Albert Sans";
  font-size: 1.25em;
}

ul {
  color: white
}
  
hr {
  border-color: #000000;
  margin: 10px 100px;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* Classes */

.main_header, .ingredients {
  background-color: #804C28;
  border: 5px solid #55331B;
}

.desc, .instruct {
  background-color: #FBC18E;
  border: 5px solid #FDDFC4;
}

.main_header, .ingredients, .desc, .instruct {
	padding: 5px;
}

.big_text {
  font-size: 2em;
  text-decoration: underline wavy 5px #55331B;
}

/* Classes and Tags */

.instruct h2 {
  color: black;
}

.instruct h2, .desc h2 {
  color: black;
  text-decoration: underline solid 5px #FDDFC4;
}

.ingredients h2 {
  text-decoration: underline solid 5px #55331B;
}

.ingredients p, h2 {
  color: white;
}