h1 {
	font-family: 'Shadows Into Light', cursive;
  background-color: #f4f1ba;
}

body {
	font-family: 'Arial';
  background-color: #7f97c9;
}
li {
	margin-bottom: 1em;
}

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

#ingredientList ul {
	list-style: square;
  column-count: 3;
}

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