
        .mynav1{
            display: block;
            background-color: black;
            color: aliceblue;
            height: 50px;
            width: 100%;
              left: 0%;
            right: 0%;
        }
        .myhead1{
            margin-right: 45%;
            display: inline-block;
            margin-left: 3%;
            margin-top: 15px;
            color:aliceblue;
            text-decoration-line: underline;
            font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
        }
        .myhead1:hover{
         color: yellow;
        cursor: pointer;
        }
        .mylist1{
            display: inline;
        }
        ul{
            display: inline;
            margin-right: 1%;
            font-weight: bold;
        }
        .myinp1{
       height:30px;
       width: 80%;
margin-left:10%;
border-radius: 30px;
margin-top: 10px;
    }
    .homeimg{
height: 100px;
width: 100px;
margin-left: 10%;
margin-top: 3%;
margin-bottom: 3%;
}
.homediv{
    height: 800px;
    width: auto;
   background-image:url("pexels-solliefoto-298863.jpg") ;
   opacity: 100%;
   background-size: cover;
}
.homeh3{
    padding-top: 10%;
    padding-left: 5%;
    font-size: 20px;
    font-weight: bold;
    
}
.homebtn{
    margin-left: 15%;
    background-color:black;
    color:aliceblue;
    font-weight: bold;
    border-color: aliceblue;


}
.homebtn:hover{
   opacity: 100%;
   color: yellow;
   text-decoration: underline;

}
.prodimg{
    height: 200px;
    width: 200px;
}
.prodimg:hover{
    opacity: 80%;
   
}
.cartbtn{
display: block;
margin-left: 50px;
margin-bottom: 2%;
background-color:black;
font-weight: bold;
color: white;
    border-color: aliceblue;

}
.cartbtn:hover{
   opacity: 100%;
   color: yellow;
   text-decoration: underline;

}
.buybtn{
display: block;
margin-left: 60px;
margin-bottom: 2%;
background-color: black;
font-weight: bold;
color: white;
    border-color: aliceblue;

}
.buybtn:hover{
   opacity: 100%;
   color: yellow;
   text-decoration: underline;

}
.products{
    border-color: black;
    border-style: solid;
    width: 200px;
    margin-right: 3%;
    margin-left: 5%;
    display: inline-block;
    background-color:bisque;
   margin-bottom: 5%;
    
}
.contactdiv{
    color: white;
    background-color:black;
    text-align: center;
}
body{
    margin: 0%;
    padding: 0%;
}
.contactdiv:hover{
    color: yellow;
}
.loginbtn{
    background-color: black;
    color: white;
    border-color: aliceblue;
    cursor: pointer;
    padding: 5px;
    font-weight: bold;
}
.loginbtn:hover{
    color: yellow;
}
iframe
{
    display: none;
    background-color: black;
}
