.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 20px;
  background-color: hsl(30, 54%, 90%);
}

.young-serif-regular {
  font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.outfit-regular {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.parrafo {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  color: hsl(30, 10%, 34%);
}

h1 {
  font-family: "Young Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.content {
  max-width: 600px;
  margin: auto;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.preparation {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: hsl(330, 100%, 98%);;
  padding: 3px;
}
.preparation h3 {
  font-family: "Young Serif", serif;
  font-weight: 700;
  font-style: normal;
  color: hsl(332, 51%, 32%);
  padding: 10px;
}

.ingredients {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 3px;
  border-bottom: 1px solid hsl(30, 18%, 87%);
  margin-bottom: 5px;
}

.ingredients h2 {
  color: hsl(14, 45%, 36%);
}

.ingredients li::marker {
  color: hsl(14, 45%, 36%);
}

.instructions {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 3px;
  border-bottom: 1px solid hsl(30, 18%, 87%);
  margin-bottom: 5px;
}

.instructions h2 {
  color: hsl(14, 45%, 36%);
}

.instructions span {
  font-weight: bold;
}

.instructions li::marker {
  color: hsl(14, 45%, 36%);
}

.nutrition {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 3px;
}

.nutrition h2 {
  color: hsl(14, 45%, 36%);
}

table {
  width: 100%;
  border-collapse: collapse;
  padding: 30px;
}

table th,
table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid hsl(30, 18%, 87%);
}
table .color {
  color: hsl(14, 45%, 36%);
  font-weight: bold;
}