
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: hsl(30, 54%, 90%);
    display: flex;
    justify-content: center;


}

.outerdiv {
    /* min-height: 100vh; */
    padding: 2.7rem;
    width: 47rem;
    background-color: hsl(0, 0%, 100%);
    /* border: 2px solid black; */
    margin: 5rem 4rem;
    border-radius: 1.5rem;

}

img {
    object-position: center;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 0.9rem;
}

h1 {
    font-family: "Young Serif", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    color: hsl(24, 5%, 18%);
    margin: 1.7rem 0;

}

#intro p {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: hsl(30, 10%, 34%);
    font-size: 1rem;
    line-height: 1.6rem;

}

#info {
    margin: 1.7rem 0;
    background-color: hsl(330, 100%, 98%);
    padding: 1.8rem;
    border-radius: 10px;
}

#info h3 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: hsl(332, 51%, 32%);
    font-size: 1.3rem;


}

#info span {
    color: hsl(30, 10%, 34%);
    font-weight: 700;
    margin-left: 1.2rem;
}

#info ul {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 2rem;
    margin-top: 0.60rem;
    list-style: none;
    /* list-style-position: outside;
  padding-left: 25px; */
}


#info ul li {
    color: hsl(30, 10%, 34%);
    font-weight: 500;
}

#info ul li::before {
    content: "•";
    color: hsl(332, 51%, 32%);
    font-size: 1.5em;
    margin-right: 10px;
    padding-left: 7px;
    position: relative;
    top: 2.5px;
}

#ingre {
    margin-bottom: 1rem;
}

#ingre h2 {
    font-family: "Young Serif", serif;
    font-weight: 400;
    font-style: normal;
    color: hsl(14, 45%, 36%);
    font-size: 1.8rem;
}

#ingre ul {
    line-height: 2rem;
    margin-top: 0.70rem;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: hsl(30, 10%, 34%);
    list-style: none;
    font-size: 16px;
}

#ingre ul li::before {
    content: "•";
    color: hsl(14, 45%, 36%);
    font-size: 1.3em;
    margin-right: 4px;
    position: relative;
    top: 2px;
    padding-left: 0.4rem;
    margin-right: 1.8rem;
}

hr {
    opacity: 0.5;

}

#instr {
    margin: 1.6rem 0;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: <weight>; */
    font-style: normal;
}

#instr h2 {
    font-family: "Young Serif", serif;
    font-weight: 400;
    font-style: normal;
    color: hsl(14, 45%, 36%);
    font-size: 1.8rem;
}

#instr ol {
    margin-top: 1.1rem;

}

#instr ol h3 {
    color: hsl(30, 10%, 34%);
    font-weight: 700;
    display: inline-block;
    font-size: 1.1rem;
    margin-bottom: 0;
    vertical-align: center;
    line-height: 1.2rem;

}

#instr ol li {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 1.60rem;
    color: hsl(30, 10%, 34%);
    margin-left: 1.4rem;
    padding-left: 1.2rem;
    margin-bottom: 0.90rem;


}

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

.instructions span {
    text-wrap: stable;
}

#nutri {
    margin-top: 1.6rem;

}

#nutri h2 {
    font-family: "Young Serif", serif;
    font-weight: 400;
    font-style: normal;
    color: hsl(14, 45%, 36%);
    font-size: 1.8rem;
}

#nutri p {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: hsl(30, 10%, 34%);
    font-size: 16px;
    margin: 1rem 0;
}

.nutrition-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.nutrition-table tr {
    border-bottom: 2px solid rgb(0, 0, 0, 0.1);
}

.nutrition-table tr:last-child {
    border-bottom: none;
}

.nutrition-table td {
    padding: 10px 0;
    font-size: 1.1em;
}

.nutrition-table td:first-child {
    text-align: left;
    padding-left: 2.3rem;
    color: hsl(30, 10%, 34%);
}

.nutrition-table td:last-child {
    text-align: left;
    padding-right: 2.3rem;
    font-weight: bold;
    color: hsl(14, 45%, 36%);
}

@media(max-width:576px) {
   

        .outerdiv {
           padding: 1rem;
           margin: 1rem 1rem;
        }
        h1{
            font-size: 2rem;
            line-height: 2rem;
        }

        #intro p {
            font-size: 0.99rem;
        }

        #info h3{
            font-size: 1.3rem;
        }
       #info ul {
        font-size: 0.91rem;
       }
        
       .nutrition-table {
        font-size: 0.90rem;
       }

       
       

    
}