body{
    margin: 0;
    width: 100%;
}
/* navbar css */
.menu{
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 900;
    padding-top: 1px!important;
    padding-bottom: 1px!important;
    margin-left: 20px;
    margin-right: 20px;
    
}
.ls{
    padding: 0px 20px 0px 15px;
}
.about{
    background-color: #f5f5fa;
    margin-top: 50px;
    padding: 20px;
}
.info{
    font-family: Arial, Helvetica, sans-serif;
    font-size:18px;
    padding:10px;
}
.button{
    background: #3b4091;
    border:0;
    border-radius: 25px;
    color: white;
    font-size: 22px;
    padding: 10px;
}
/* products part */
.products{
    
    margin-top: 50px;
    padding: 20px;
}
/* why us */
.why{
    /* background: #3b4091; */
    background: #6bbbf9;
    color:white;
    margin-top: 50px;
    padding: 20px;
}
/* contact */
.contact{
    margin-top: 50px;
    padding: 20px;

}
.f{
    background: #6bbbf9;
    color:white;
    margin-top: 15px;
    padding: 20px;
}
.button2{
    background: #3b4091;
    color: white;
    justify-content: center;
    padding: 10px;
    border: 0;
    border-radius: 25px;
    font-size: 22px;
}
/* download */
.db{
    background: url(img/milk-advertising800x753.jpg);
    /* background-repeat: no-repeat;
   object-fit: cover; */
    
    
}
.app-button{
    width: 240px;
        height: 58px;
        border-radius: 10px;
        padding: 8px;
}
/* footer */
.f ul li {
    display:inline;
    padding: 3px;
     }
     .fl ul li{
        display: inline;
        color: black;
     }
     footer .icon ul li{
        display:inline;
     }
     footer .icon ul{
        padding:2px;
     }
     .link{
        display: block;
        text-decoration: none;
        color: white;
     }
     .ls1{
        padding: 0px 30px 0px 25px;
    }

     /* footer .link ul li{
        display: block;
     } */