body {
	font-family: "Nunito", serif;
  background-color: #f4f1ba;
}

#header {
	text-align: center;
}
#header h1 {
	text-decoration: underline;
}

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

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