body {
  font-family: 'Michroma', sans-serif;
	font-family: 'Teko', sans-serif;
  background-color: #3c1421;
  font-size: 20px;
}

li {
  margin-bottom: 2em;
}

#header {
  text-align: center;
}

#header h1 {
  text-decoration: underline;
}

#header img {
  width: 100%;
    max-width: 350px;
  
}

#ingredientList ul {
  list-style: square;
  column-count: 2;
}
.boundingBox {
  background-color: #FFB75F;
  padding: 1em;
  margin: 2em;
  border-radius: 2em;
}
    
   

