@import url('https://fonts.googleapis.com/css2?family=Anton&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&family=Roboto:wght@619&family=Rubik+Mono+One&family=Tiny5&family=Young+Serif&display=swap');

body {
    background-color: hsl(30, 54%, 90%);
    
}
body .container-white {
    display: flex;
    justify-content: center;
    align-items: center;
}
.entier{
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-white {
    width: 720px;
    background-color: hsl(0, 0%, 100%);
    border-radius: 15px;
    margin-top: 100px;
    margin-bottom: 100px;

}


.contenant {
width: 100%;
padding: 40px;

}

.contenant img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.contenant h1 {
    font-family:"Young Serif", serif;
    font-size: 40px;
    color: hsl(24, 5%, 18%);
}
.contenant p {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 16px;
}

/*preparation*/

.preparation {
    margin-top: 25px;
    background-color: hsl(330, 100%, 98%);
    border-radius: 20px;
    padding: 10px 30px;
    
}
.preparation ul {
    list-style-position: outside;
    padding-left: 10px;
    line-height: 2;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0.5;
    font-weight: 300;
}
.preparation span {
    padding-left: 25px;
    font-weight: 600;
    color: hsl(24, 5%, 18%);
}
.preparation h3 {
    font-family: "Outfit", sans-serif;
    color: hsl(332, 51%, 32%);
    font-weight: 600;
}

/*ingredient*/

.contenant h2 {
    font-family: "Young Serif", serif;
    color: hsl(14, 45%, 36%);
}
.ingredient {
    
    
}
.ingredient ul {
    font-family: "Outfit", sans-serif;
    list-style-position: outside;
    padding-left: 20px;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 300;
}
.ingredient li {
    padding-left: 15px;
}

hr {
    border: none;
    height: 1px;
    background-color: hsl(30, 18%, 87%);
    width: 100%;    
}
/*instruction*/

.instruction {
    
}
.instruction ol {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    list-style-position: outside;
    padding-left: 20px;
    line-height: 1.8;
    
}
ol li::marker {
    color: hsl(14, 45%, 36%);
    font-weight: 600;
}
.instruction li {
    padding-left: 15px;
    font-weight: 300;
}
.instruction li span {
    font-weight: 600;
}
/*Nutrition*/
.nutrition hr{
   width: 100%;
}

.nutrition ul {
    margin-left: 0;
    list-style: none;
    padding: 20px;
    list-style-position: outside;
}
.nutrition .cal {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    width: 50%;
    padding: 10px 0;
    display: grid;
    grid-template-columns: 1fr 0px;
    
}
.nutrition .cal:last-child {
    border-bottom: none;
}
.nutrition span {
    flex: 1;
    text-align: left;
}
    

.cal span{
    color: hsl(14, 45%, 36%);
    font-weight: 600;
}
ul span {
    
}





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