body
{background-color: #CAF0F8;}
.header{
    background-color: #003049;
    color: white;
}
.logo{
    border-radius: 19%;
}
.logo:hover{
    border-radius: 50%;
}
.socialmedia{
    border-radius: 50%;
    border: solid 1px #ADB5BD;
}
.socialmedia:hover{
    background-color: #003049;
    border: 2px solid #ADB5BD;
    border-radius:50%;
}
.uppercase{
    text-transform: uppercase;
}



.navigation{
    background-color: #003049;
}



.navigation ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 10px 15px;
    gap: 20px;

}

.frozenfood h1{
    font-size: 50%;
}

.navigation:hover{
    background: #ADB5BD;
    color: white;
}


.navigation a{
    color: white;
    text-decoration: none;
    font-size: 15px;
    text-decoration: none;

}
.discount{
    background-color: #003049;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.productimg{
    border-radius: 10%;
    border-style: groove;

}
.productimg:hover{
    
    border-style: groove;
    font-weight: bolder;
    width: 250px;
    height: 250px;
    
    
}
.customerimg{
 border-radius: 5%;   
}
h3{
    font-size: 20px;
    font-weight: bold;
}
.name{
    font-size: 20px;
    font-weight: bold;
}
.cart:hover{
    width: 110px;
    height: 40px;
    color: #003049;
    background-color: #ADB5BD;
}
.cart{
    width: 150px;
    border-radius: 40%;
    height: 40px;
    background-color:#003049 ;
    color:  #ADB5BD;
}
h2{
    font-size: 30px;
    font-weight: bold;
}
.email{
    width: 350px;
    height: 30px;
    background-color: #FFFFFF;
    color: #003049;
}
.suscribe{
    width: 140px;
    height: 30px;
    background-color: #003049;
    color: #FFFFFF;
    border-radius: 20%;
}
.footer{
    background-color: #003049;
    color: white;
}
.productsection{
    background-color: #CAF0F8;
    color: #003049;
    font-size: 20px;
    font-weight: bold;
}
.back{
    background-color: #CAF0F8;
}
.layout{
    background-color: #003049;
    color: #CAF0F8;
    font-weight: 80px;
    
}
.shopping cart{
    background-color: #CAF0F8;
    color: #003049;
    
}
.subtotal{
    background-color:  #ADB5BD;
    color: #003049;
    font-weight: bold;
    font-size: large;
}
.clientimg{
    background-color: #003049;
    color: #CAF0F8;
    font-size: large;
    font-weight: bolder;
}
.imgclient{
     background-color: #CAF0F8;
    color: #003049;
    font-size: large;
    font-weight: bolder;
}
.abouttable{
    background-color: #CAF0F8;
    color: #003049;
    font-size: large;
    font-weight: bolder;
}
.logoimg{
    width: 400px;
    height: 500px;
    border-radius: 5%;
}
.detailimg{
    width: 450px;
    height: 400px;
    border-radius: 5%;
    
}