body {
  background-color: hsl(30, 54%, 90%);
  margin-top: 10rem;
  margin-left: 3rem;
  margin-right: 3rem;
}

.white-box {
  background-color: white;
  max-width: 50rem;
  border-radius: 1.5625rem;
  padding: 1rem;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  margin: auto;
}

.white-box img {
  /* Recipe Image */
  display: block;
  max-width: 95%;
  max-height: 95%;
  border-radius: 1.563rem;
  margin: 1rem auto;
  box-sizing: border-box;
}

.purple-box {
  background-color: hsl(330, 100%, 98%);
  border-radius: 0.5rem;
  padding: 4%;
  margin: 1.25rem;
  max-width: 100%;
}

.prep-time {
  /* Prep Time Box Title Text */
  font-family: Outfit, Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding-left: 0;
  color: hsl(332, 51%, 32%);
}

hr {
  margin: 1.5rem 1.5rem;
  background-color: hsl(30, 18%, 87%);
}

h1 {
  font-family: "Young Serif", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  padding-left: 1.25rem;
}

h2,
h3 {
  font-family: "Young Serif", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: hsl(14, 45%, 36%);
  padding-left: 1.25rem;
  margin-top: 0.313rem;
}

p,
ol,
ul,
table {
  font-size: 1rem;
  font-family: Outfit;
  font-weight: 400;
  text-align: left;
  margin-right: 1.25rem;
  line-height: 2;
}

li {
  padding-left: 0.625rem;
}

li::marker {
  color: hsl(14, 45%, 36%);
  font-weight: 700;
}

.nutrition {
  display: block;
}

.footer-text {
  text-align: center;
  padding: 1rem;
  border: none;
}

.description {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.nutrition-table {
  border-collapse: separate;
  border-spacing: 0.125rem 0.125rem;
  width: 100%;
  margin-top: 0.625rem;
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
}

.nutrition-value {
  font-weight: 700;
  color: hsl(14, 45%, 36%);
}
