*{
  margin: 0px;
  padding: 0px;
}
nav{
  background-color: black;
  color:white;
  padding: 25px;
}
li,h1,ul{
  display: inline;
}
ul{
  margin-left: 50%;
}
li{
  color:gray;
  cursor: pointer;
}
li:hover{
  color:white;
}
input{
  width:60%;
  padding: 15px;
  
}
.searchbar{
  padding: 50px;
  text-align: center;
}
.box{
  padding-top: 2px;
  padding-bottom: 40px;
  
  
  border-width: 1px;
  border-bottom: 1px;
  border-style: solid;
  display: inline-block;
  width:250px;
  height: 250px;
}
.products{
  text-align: center;
}
.box:hover{
  background-color: gray;
  color:white;
}
.about{
  text-align-last: center;
  margin-top: 20px;
}