@import url('https://fonts.googleapis.com/css2?family=Young+Serif&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
    background-color: hsl(30, 54%, 90%);
    font-family: "Young Serif";
    color: hsl(30, 10%, 34%);

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 16px;
}

main {
    background-color: white;
    width: 735px;
    height: 1690px;
    border-radius: 24px;

    margin: 128px 0px 128px 0px;
}

img {
    height: 300px;
    width: 656px;
    border-radius: 20px;
    margin-top: 40px;
}

h1 {
    color: hsl(24, 5%, 18%);
    font-weight: 400;
}

h2 {
    color: hsl(14, 45%, 36%);
    font-weight: 400;
}

p {
    font-family: "Outfit";
    color: hsl(30, 10%, 34%);
    font-weight: 400;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-left: 35px;
    margin-top: 5px;
}

.preparation {
    height: 186px;
    border-radius: 20px;

    background-color: hsl(330, 100%, 98%);
    font-family: "Outfit";
}

.preparation ul li::marker {
    color: hsl(332, 51%, 32%);
}

.ingredients {
    font-family: "Outfit";
    border-bottom: 1px solid hsl(30, 18%, 87%);
    color: hsl(30, 10%, 34%);
    padding: 0;

}

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

.instructions {
    border-bottom: 1px solid hsl(30, 18%, 87%);
    font-family: "Outfit";
    padding: 0;
}

.nutrition {
    font-family: "Outfit";
    padding: 0;
}

h3 {
    font-family: "Outfit";
    color: hsl(332, 51%, 32%);
    font-weight: 600;
}

ul li {
    margin-bottom: 20px;
    color: hsl(24, 5%, 18%);
    font-weight: 400;
    padding: 0px;
    box-sizing: border-box;
}

ol {
    list-style-type: decimal-leading-zero;
    padding-left: 23px;
}


ol li {
    margin-bottom: 20px;
    padding-left: 20px;
}

ol li::marker {
    color: hsl(14, 45%, 36%);
    font-weight: 600;
}

ul {
    padding-left: 0px;
    color: hsl(14, 45%, 36%);
}

div {
    padding-left: 40px;
    padding-right: 40px;
}

strong {
    color: hsl(30, 10%, 34%);
}

.easy {
    color: hsl(30, 10%, 34%);
    font-weight: 400;
    margin-bottom: 35px;
    margin-right: 0px;
    margin-left: 0px;
}

.table {
    font-weight: 400;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
    color: hsl(30, 10%, 34%);
}