.attribution {
  font-size: 11px;
  text-align: center;
}

.attribution a {
  color: hsl(228, 45%, 44%);
}

body {
  display: flex;
  justify-content: center;
  margin: 0;
  box-sizing: border-box;
  background-color: hsl(30, 54%, 90%);
}

img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.container {
  width: 600px;
  background-color: white;
  margin-top: 30px;
  padding: 20px;
  min-height: 100vh;
  box-sizing: border-box;
  border-radius: 10px;
}
p {
  color: hsl(24, 5%, 18%);
}

.preparation {
  background-color: hsl(330, 100%, 98%);
  border-radius: 5px;
}
h3 {
  color: hsl(332, 51%, 32%);
}

h2 {
  color: hsl(332, 51%, 32%);
}
li {
  line-height: 30px;
  padding-left: 15px;
}

.ingredient h2 {
  margin-left: -30px;
}

.ingredient li {
  margin-left: -15px;
}
.ingredient,
.instructions {
  border-bottom: 1px solid hsl(332, 51%, 32%);
}

.nutrition-table {
  margin-top: 20px;
}

.row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid hsl(332, 51%, 32%);
}

.values {
  width: 100%;
  text-align: center;
}
