body {
  font-family: "Times New Roman";
  background-color: #a83242;
}
li {
  margin-bottom: lem;
}

#header {
  text-align: Center;
}
#header h1 {
  text-decoration: underline dashed;
  color:blue;
}
#header img {
	width: 300%;
  max-width: 450px;
}

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

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