*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Figtree", sans-serif;
}
body {
    padding: 1rem;
    background-color:hsl(30, 18%, 87%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: "Outfit", sans-serif;
    min-height: 100vh
}
.container{
    background-color: hsl(0, 0%, 100%);
    height: auto;
    border-radius: 15px;
    width: 32%;
    padding: 1.5rem; 
    color:hsl(30, 10%, 34%);

}
.img  {
    display: flex;
    justify-content: center;
}
.img img{
    width: 100%;
    border-radius: 15px;
}
.omelette{
    font-size: 25px;
    color: black;
    font-family: "Young Serif", serif;
}
p{
    font-size: 11px;
}
.rose{
    background-color: hsl(330, 100%, 98%);
    border-radius: 15px;
    height: 170px;
    padding: 1rem
}
.head{
    color: hsl(332, 51%, 32%);
    font-size: 20px;
    font-weight: 600
}
.bold{
    font-weight: 700;
}

li{
    padding: 0.5rem 1rem;
    color: hsl(332, 51%, 32%);
    font-size: 11px;
    font-weight: 700;
}
.color{
    color:hsl(30, 10%, 34%);
    font-size: 10px;
    font-weight: normal;
}
.style{
    font-family: "Young Serif", serif;
    color: hsl(14, 45%, 36%);
    font-weight: 500;
}
.line{
    border-bottom: 1px solid #00000040;
}
table{
    width: 100%;
    text-align: justify;
    border-collapse: collapse;
}
table tr{
    border-bottom: 1px solid #00000040;
}
th{
    padding: 0.5rem 1rem;
    font-weight: normal;
    font-size: 11px;
}
.g{
    color: hsl(14, 45%, 36%);
    font-weight: 700;
}
.no{
    border-bottom: none;
}
@media screen and (max-width:940px) {
    .container{
        width: 50%;
    }
}
@media screen and (max-width:660px) {
    .container{
        width: 100%;
        border-radius: 0 ;
        overflow: hidden;
}
    body{
        padding: 0;
}
    .img{
        display: block ;
        display: block;
        margin: -25px -30px 0px -30px

}
    .img img{
        border-radius: 0 ;
        -webkit-border-radius: 0 ;
}
}