@import url('https://fonts.googleapis.com/css2?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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Young+Serif&display=swap');



body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    max-width: 1440px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 3em;
    background-color:hsl(30, 54%, 90%);
    font-size: 16px;
    margin-bottom: 3em;

}

.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 650px;
    background-color: white;
    padding: 2em;
    border-radius: 2em;

}

img {
    width: 100%;
    border-radius: 1em;
}

h1 {
    font-family: "Young Serif", serif;
    font-weight: 400;
    font-style: normal;
}

h2 {
    font-family: "Young Serif", serif;
    font-weight: 400;
    font-style: normal;
    color: hsl(14, 45%, 36%);
}

.desc {
    color: hsl(30, 10%, 34%)
}

.preparation {
    background-color: hsl(330, 100%, 98%);
    margin-top: 2em;
    padding-bottom: 0.75em;
    border-radius: 1em;
}

.preparation h3 {
    color: hsl(332, 51%, 32%);
    padding-left: 1.5em;
}

.preparation ul {
    margin-left: 1em;
}

.preparation span {
    margin-left: 1em;
    font-weight: 600;
}

.preparation li {
    margin-bottom: 0.5em;
}

.ingredients {
    border-bottom: 1px solid hsl(30, 54%, 90%)
}

.ingredients ul {
    text-indent: 1em;
}

.ingredients ul li {
    color: hsl(30, 10%, 34%);
}


.instructions {
    padding-bottom: 0.75em;
    border-bottom: 1px solid hsl(30, 54%, 90%);

}

.instructions ol {
    list-style-position: outside;
    /* text-indent: 1.1rem; */
}

.instructions li {
    margin-bottom: 10px;
}

.instructions li::marker {
   color: hsl(14, 45%, 36%);
}

.nutrition tr td:nth-child(2){
    color: hsl(14, 45%, 36%);
    font-weight: 700;

}

.nutrition tr td {
    border-bottom: 1px solid hsl(30, 54%, 90%);
    text-indent: 15px;
    color: hsl(30, 10%, 34%);
    padding: 0.5em;
}

.nutrition table {
    width: 100%;
}

.nutrition tr:last-child td {
    border-bottom: 0px;
    text-indent: 15px;
    color: hsl(30, 10%, 34%);
    padding: 0.5em;
}
