.attribution {
  font-size: 11px;
  text-align: center;
  color: hsl(0, 0%, 0%);
}
.WhiteBG {
  background-color: hsl(0, 0%, 100%);
  border-radius: 20px;
  margin-top: 5%;
  margin-bottom: 5%;
  max-width: 30rem;
  margin-inline: auto;
  padding: 2%;
}
body {
    background-color: hsl(30, 54%, 90%);
  }
#Preptime {
  color: hsl(30, 10%, 34%);
  background-color: hsl(330, 100%, 98%);
  border-radius: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
h1 {
  font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  color: hsl(332, 51%, 32%);
  font-size: 15px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h3 {
  color: hsl(14, 45%, 36%);
  font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: large;
}
hr {
  background-color: hsl(30, 18%, 87%);
  height: 1px;
  border: 0;
}
li {
  color: hsl(30, 10%, 34%);
  font-size: 12px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
table {
  color: hsl(30, 10%, 34%);
  font-size: 12px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border-collapse: collapse;
  width: 70%;
}
tr {
  border-bottom: 1px solid hsl(30, 18%, 87%);
}
p {
  color: hsl(30, 10%, 34%);
  font-size: 12px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
td b {
  color: hsl(14, 45%, 36%);
}
ol ::marker {
  color: hsl(14, 45%, 36%);
  font-weight: bold;
}
ul ::marker {
  color: hsl(14, 45%, 36%);
}
#PinkMarker ::marker {
  color: hsl(332, 51%, 32%);
}
/* Styles for everything - experimental - */
@media screen and (min-width: 375px) {}
@media screen and (min-width: 640px) {}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 1024px) {}
@media screen and (min-width: 1280px) {}
@media screen and (min-width: 1440px) {}
@media screen and (min-width: 1536px) {}
