*{
    margin:0;
    padding:0;
}


nav{
    background-color:black;
    color:white;
    padding:15px;
}
ul,h1{
    display:inline;
}
ul{
margin-left: 60%;
}

li{
    color: grey;
}
li:hover{
    color:white;
    cursor: pointer;
}
li{
    display: inline;
}
input{
    width: 60%;
    padding: 15px;
}
.searchbar{
    padding:50px;
    text-align: center;
}
.box1{
    border-color: black;
    border-width: 2px;
    border-style: solid;
      display: inline-block;
      width: 200px;
     
    
}
.box2{
    border-color: black;
    border-width: 2px;
    border-style: solid;
      display: inline-block;
      width: 200px;
      
      
    
}
.box3{
    border-color: black;
    border-width: 2px;
    border-style: solid;
      display: inline-block;
      width: 200px;
      
    
}
.products{
    text-align: center;
}
.box1 :hover{
    background-color: black;
    color: white;
}
.box2 :hover{
    background-color: black;
    color: white;
}
.box3 :hover{
    background-color: black;
    color: white;
}
.about{
    text-align: center;
    margin-top: 20px;
}
.contact{
    text-align: center;
    background-color: black;
    color: white;
    margin-top: 20px;
    padding: 40px;
    z
}