*{
    margin: 0;
    padding: 0;
}
nav{
    background-color: black;
    color: aliceblue;
    padding: 20px;
    
}

li,h1,ul{
    display: inline;
}
ul{
    margin-left: 60%;
}
li{
    color: gray;
    cursor: pointer;
}
li:hover{
     color: white;
}

input{
    width: 60%;
    padding: 15px;
    
}

.searchbar{
    padding: 25px;
    text-align: center;
}
.box{
     border-color: black;
    border-width: 5px;
    border-style: ridge;
    display: inline-block;
    width: 640px;
    
    }
.Products{
    text-align: center
}
.box:hover{
    background-color: black;
    color: white;
}
.aboutus{
    text-align: center;
    margin-top: 30px;
    padding: 30px;
}
.contactus{
background-color: black;
color: aliceblue;
text-align: center;
    
}
