body{
    margin: 0%;
    padding: 0%;
}
 .email{
    font-family: sans-serif;
    padding: 2px;
    height: 550px;
    display: flex;
     color: white;
    background-color: rgb(3, 3, 78);
}
.menubar{
    padding-top: 4%;
    display: flex;
   margin-left: 3%;
   gap: 50px;
}
.menubar h2{
    font-size: 21px;
}
.list-icon ul{
      margin: 0%;
    padding: 0%;
    padding-top: 3%;
      font-size: 15px;
     line-height: 0%;
} 
.list-icon li{
     line-height: 45px;
    list-style:none ;
    text-decoration: none;
    font-size: 16px;
    
}
.logotype{
    padding-left: 4%;
    width: 28%;
   
}
.logotype img{
  
  width: 90%;
}
.logotype p{
    margin-top: 0;
    font-size: 17px;
   margin-left: 12%;
     line-height: 30px;
}
 .nav-section ul li:hover{
    color: rgb(84, 139, 84);
    cursor: pointer;
}
 .offers ul li:hover{
    color: rgb(84, 139, 84);
    cursor: pointer;
}
 .contactus ul li:hover{
    color: rgb(84, 139, 84);
    cursor: pointer;
}
.apps i{
    font-size: 20px;
    margin-top: 5%;
}
.footer-note{
    border-top:1px solid rgb(237, 225, 225);
    text-align: center;
   padding: 1%;
    color:white ;
background-color: rgb(3, 3, 78);

}


