body {
  font-family: 'Normal', Italic;
  background-color: #f7f4bc;
}
li {
  margin-bottom: 1em;
}

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

#ingredientList u1 {
  list-style: bullets;
  column-count: 2;
}

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