*{
    padding: 0px;
    margin: 0px;
    border: none;
    text-decoration: none;
    outline:none;
    box-sizing: border-box;
    position: relative;
    
    
}

body{
    height: 100svh;
    max-height: 100svh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:  hsl(30, 54%, 90%);
    font-family: "Outfit", sans-serif;

}

main{
    display: flex;
    flex-direction: column;
    border-radius:8px;
    background-color: white;
    padding: 20px;
    width: 700px;
    height: 1380px;
    margin-top: 50px;
    margin-bottom: 50px;

}
.photo img{
    width: 600px;
    display: flex;
    margin: 20px auto;
    border-radius: 8px;
}
.photo h2{
    font-family: "Young Serif", serif;
    font-weight: 500;
    padding: 8px;
}
.photo p{
    color:  hsl(30, 10%, 34%);
    padding: 8px;
}
.Preparation{
    margin-top: 24px;
    padding:0px 16px 16px 20px;
}
.Preparation h4{
    color: hsl(332, 51%, 32%);
}
.Preparation ul{
    margin-left: 25px;
    margin-top: 8px;
}
.colored-list li::marker{
    color: hsl(332, 51%, 32%);
}
.Preparation li{
    margin: 5px;
    color:  hsl(30, 10%, 34%);

}
.Preparation .Preparation-span{
    margin-left: 10px;
    color: hsl(24, 5%, 18%);
    font-weight: 500;
}

.Ingredients{
    margin-bottom: 26px;
}
.Ingredients h4{
    font-family: "Young Serif", serif;
    font-weight: 500;
    padding: 8px;
    font-size: 20px;
    color:hsl(14, 45%, 36%);
    margin-bottom: 8px;
}
.Ingredients ul{
    margin-left: 32px;
   
    
}
.Ingredients li{
    margin: 5px;
    color:  hsl(30, 10%, 34%);

}
.x{
    margin-left: 16px;
}
.Ingredients-ul li::marker{
    color:hsl(14, 45%, 36%);
}

.Instructions{
    margin-bottom: 26px;

}
.Instructions h4, .Nutrition h4{
    font-family: "Young Serif", serif;
    font-weight: 500;
    padding: 8px;
    font-size: 20px;
    color:hsl(14, 45%, 36%);
    margin-bottom: 8px;
}
.Instructions ol{
    margin-left: 32px;
}

.Instructions ol li {
    color:  hsl(30, 10%, 34%);
    padding:0px 0px 10px 16px;
}
.Instructions ol li span{
    color: hsl(24, 5%, 18%);
    font-weight: 500;

}
.Instructions ol li::marker{
    color:hsl(14, 45%, 36%);
}
.Nutrition p{
    color:  hsl(30, 10%, 34%);
}
.Nutrition-info{
    margin-top: 8px;
}
.Nutrition-info tr{
    border-bottom: 0.8px solid hsl(30, 10%, 34%) ;
}
.first-column{
    color:  hsl(30, 10%, 34%);
    padding-left: 16px;
    padding-bottom: 12px;
}
.second-column{
    color:hsl(14, 45%, 36%);
    padding-bottom: 12px;
    padding-left: 150px;
}
