.attribution { 
    font-size: 11px; 
    text-align: center; 
    left: 50%;
}

.attribution a { 
    color: hsl(228, 45%, 44%); 
}
body {
  background-color: hsl(30, 54%, 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
}
.blogCard {
    background-color: hsl(0, 0%, 100%);
    padding: 20px;
    border-radius: 15px;
    width: 320px;
    max-width: 90%;
}
.banner {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

h1 {
  font-family: 'Young Serif';
  font-size: 22px;
  margin-bottom: 10px;
}

p {
    font-family: 'Outfit', sans-serif;
    font-size: 8px;
    margin-top: 0;
   margin-bottom: 18px;
   font-weight: 400;
   color: hsl(24, 5%, 18%);
   line-height: 12px;
}

.briefs {
    background-color: hsl(330, 100%, 98%);
    padding: 5px 15px;
    border-radius: 8px;
    margin-bottom: 16px;
}

h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: hsl(332, 51%, 32%);
}

.briefs ul {
    list-style-type: none;
    padding-left: 4px;
    margin-top: 0;
    margin-bottom: 0 !important;
    padding-bottom: 5px;
}

.briefs ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    font-family: 'Outfit', sans-serif;
    font-size: 8px;
    color: hsl(24, 5%, 18%);
}

.briefs ul li::before {
    content: '•';
    color: hsl(332, 51%, 32%);
    position: absolute;
    left: 0;
    font-size: 10px;
    line-height: 0.7;
}

.bold-text {
    font-weight: 750;
}

h2 {
    font-family: 'Young Serif';
    color: hsl(14, 45%, 36%);
    margin-bottom: 13px;
    font-size: 18px;
}

.ingredients ul {
    list-style-type: none;
    padding-left: 4px;
    margin-top: 0;
    margin-bottom: 0 !important;
    padding-bottom: 4px;
}

.ingredients ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    font-family: 'Outfit', sans-serif;
    font-size: 8px;
    color: hsl(24, 5%, 18%);
}

.ingredients ul li::before {
    content: '•';
    color: hsl(14, 45%, 36%);
    position: absolute;
    left: 0;
    font-size: 10px;
    line-height: 0.7;
}
.separator {
    border: none;
    border-top: 0.2px solid hsl(30, 18%, 87%);
}

.instructions ol {
    list-style-type: none;
    padding-left: 4px;
    margin-top: 0;
    margin-bottom: 0 !important;
    padding-bottom: 4px;
}

.instructions ol li {
    position: relative;
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 5px;
    font-family: 'Outfit', sans-serif;
    font-size: 7.5px;
    color: hsl(24, 5%, 18%);
}

.instructions ol li::before {
    content: counter(list-item) '. '; 
    color: hsl(14, 45%, 36%);
    position: absolute;
    left: 0;
    font-size: 8px;
    font-family: 'Outfit', sans-serif;
    line-height: 1.5;
    font-weight: 600;
}

.nutrition p {
    margin-bottom: 8px !important;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Outfit', sans-serif;
    font-size: 8px;
}

table td {
    padding-left: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: hsl(24, 5%, 18%);
}

table tr {
    border-bottom: 0.5px solid hsl(30, 18%, 87%);
}

table tr:last-child {
    border-bottom: none;
}

.td-style {
    font-weight: 790;
    color: hsl(14, 45%, 36%);
}