@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
   
}

      
body {
    max-width: 1440px;
    margin: 20px auto;
   
}
 

.images{
    max-width: 1000px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


h1{
    font-family: 'Roboto' !important;
    font-size: 50px;
    color: darkslateblue;
}

.stat{
    max-width: 1000px; 
    margin: 20px auto;
}

.stat p{
    font-family: 'Roboto' !important;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.stat_sp{
    font-family: 'Roboto' !important;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    list-style-type: disc;
}


span.ingradient{
    color: darkslateblue;
    font-size: 20px;
    font-weight: 700;
}


@media screen and (max-width: 850px){

   .images{
    display: none;
   }

    .stat{
        max-width: 800px;
        margin: 15px;
    }
    .stat p{
        font-size: 16px;
    }
}