h1 {
  text-align: center;
  color:black;
}
#img {
 text-align: center; 
}
img {
  max-width: 600px;
  border-radius: 1em;
  border: solid #801F15 5px;
}
#ingredients {
  text-align: center;
}
.list {
  list-style: none;
  text-align: center;
}
#directions {
   text-align: center;
}
.boxes {
 background: #AA4639;
  border: solid #801F15 5px;
  border-radius: 1em;
  width: 40em;
  max-width: 40em;
  margin: 5em;
  padding: 1em;
}
body {
  background: #FFB4AA;
}