body {
	font-family: 'Nunito', sans-serif;
  background-color: #c24d04;
}

li {
  Margin-bottom: 1em;
}

#RamenHeader h1 {
  text-decoration: underline wavy;
}

#RamenHeader img {
	width: 100%;
  max-width: 350px;
}

#RamenHeader {
	border-radius: 15px;
  background: #a87a5d;
  padding-top: .5px;
  height: 450px;
  max-width:800px;
}

#ingredients {
  border-radius: 15px;
  background: #a87a5d;
  padding: .5px;
  height: 150px;
  max-width:800px;
}

#ingredients {
  text-align: left;
}
#ingredients ul {
  column-count: 2;
}

#ingredients h2 {
  text-align: center;
}

#DirectionsList {
  border-radius: 15px;
  background: #a87a5d;
  padding: .5px;
  height: 240px;
  max-width: 800px;
}
  
#DirectionList li {
  text-align: left;
}
.boundingbox {
	text-align: center;
}

.boundingBox {
	background-color: #a87a5d;
  padding: 1em;
  margin: 2em;
  border-radius: 1em;
}