@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "Young Serif", serif;
  margin-bottom: 10px;
}
h2 {
  font-family: "Young Serif", serif;
  color: hsl(14, 45%, 36%);
  margin-bottom: 10px;
}

ul {
  margin: 10px 30px;
}

ol {
  margin: 10px 30px;
}

li {
  color: hsl(14, 45%, 36%);
  margin: 10px;
}

p {
  font-size: 13px;
  color: black;
  font-family: "Outfit", sans-serif;
}

.prep-time {
  color: hsl(332, 51%, 32%);
  background-color: hsl(330, 100%, 98%);
  padding: 10px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.prep-time li {
  color: hsl(332, 51%, 32%);
}

h4 {
  font-family: "Outfit", sans-serif;

  margin: 10px;
}

body {
  min-width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  background-color: hsl(30, 54%, 90%);
}
.container {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  padding: 30px;
  border-radius: 10px;
}

img {
  max-width: 500px;
  border-radius: 10px;
  margin-bottom: 20px;
}

table {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
  margin: 1rem 0;
}

hr {
  margin: 10px;
}

tr {
  border-bottom: 1px solid;
}

td {
  padding: 12px 16px;
  font-family: "Outfit", sans-serif;
}

.values {
  color: hsl(14, 45%, 36%);
}

.attribution {
  font-size: 11px;
  text-align: center;
  padding: 10px;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}
