body {
	font-family: 'Nunito', sans-serif;
  background-color: #f4f1ba;
}
li {
	margin-bottom: 1em;
}

#header {
	text-align: center;
}
#header h1 {
  text-decoration: underline dashed;
}
#header img {
	width: 100%;
  max-width: 350px;
}

#ingredientList ul {
	list-style: circle;
  column-count: 2;
}

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