*{
    margin: 0;
    padding: 0;
}
nav{
    background-color: black;
    color: white;
    padding: 15px;
}
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:70px;
    text-align: center;
}

.box{
    border-color: black;
    border-width: 4px;
    border-style: solid;
    border-radius: 2px;
    display:inline-block;
    justify-content: space-between;
    width: 350px;
    height:350px;
    
    
    
}
img{
    height: 220px;
    width: 220px;
    background-color: black;
    color:white;
}
.box:hover{
    background-color: rgba(0, 0, 0, 0.315);
    color:rgb(49, 48, 48);
}
.products{
    text-align: center;
}
.about{
    text-align: center;
    margin-top: 20px;
    padding: 50px;
    font-size :16px;
}
.contact{
    text-align: center;
    background-color: black;
    color: white;
    padding: 40px;
}