@import url('https://fonts.googleapis.com/css2?family=Young+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Young+Serif&display=swap');
/* 
*{
    max-width: 1440px; 
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
} */
    

/* .young-serif-regular {
    font-family: "Young Serif", serif;
    font-weight: 400;
    font-style: normal;
  } */

  
body{
    background-color:hsl(30, 54%, 90%);
    padding: 100px;
    text-align: left;
    
}
main{
    background-color: white;
    margin: auto;
    padding: 20px;
    max-width: 600px;
    margin-block: 30px;
    border-radius: 20px;
    font-family: Young Serif, Outift;
    font-weight: 400;
}
header{
    padding: 10px;
}
img{
    width: 100%;
}
p,li,td{
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
h1,h2,h4{
    font-weight: 500;
}
h4{
    color: purple;
}

.preparationTime{
    background-color: hsl(330, 100%, 98%);
    margin: 10px;
    padding: 10px;

}
li::marker{
    color:  hsl(14, 45%, 36%);;
}
.preparationTime h3{
    color: hsl(332, 51%, 32%)
}

h2{
   color: hsl(14, 45%, 36%);
}
.ingredients {
    padding: 10px;
    margin-right: 5px;
    border-bottom: 2px thin hsl(14, 45%, 36%);
}
.instruction{
    padding: 10px;
    margin: 5px;
}
.nutrition{
    padding: 10px;
    margin: 5px;
}
.nutrition b{
    color: hsl(14, 45%, 36%);
}

table{
    width: 100%;

}

tr,td, table{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid gray;
    border-collapse: collapse;
    padding-left: 5px;
}
.content{
    color:hsl(14, 45%, 36%) ;
    font-weight: bolder ;
}
table, #Fat {
    border-bottom: 0px solid white;
}
@media(max-width: 1000px){
    body{
        padding:50px; 
    }
}

@media(max-width: 480px) {
    body{
        padding: 0px;
        background-color: white;
    }
    main{
        margin-block: 0px;
        border-radius: 0px;
    }
}