*{
    margin: 0;
    padding: 0;
   
}
nav{
    
    background-color: black;
    color: white;
    
    padding: 10px;

}
h1,ul,li{
    display: inline;
    padding: 10px;
}
ul{
    margin-left: 60%;
    padding: 20px;
}
LI{
    color: gray;
}
LI:HOVER{
    color: white;
    cursor: pointer;   
}
input{
    width: 60%;
    padding: 30px;
}
.searchbar{
    padding: 50px;
    text-align: center;
}
.box{
    border: black;
    border-style: solid;
    border-width: 5px;
    display: inline-block;
    width: 220px;
   
}
.product{
    text-align: center;
}
.box:hover{
    background-color: black;
    color: rgb(228, 128, 223);
    cursor:pointer;
    
}
.ABOUT{
    text-align: center;
    padding: 20px;
}
.contact{
    text-align: center;
    padding: 15px;
    background-color: black;
    color: white;
}   
