*{
    margin: 0;
    padding: 0;
}
nav{
    background-color: black;
    color: white;
    padding: 20px;
}
li,h1,ul{
    display: inline;
}
ul{
    margin-left: 70%;
    color: gray;
}
li:hover{
    color: white;
    cursor: pointer;
}
input{
    width: 70%;
    padding: 10px;
    margin: 50px;
    border:2px solid;
}
.search{
    text-align: center;
}
.box1{
    border: 4px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    width: 250px;
    height: 430px;
    display: inline-block;
    cursor:pointer;
}
.box1:hover{
    background-color: black;
    color: white;

}
.box2{
    border: 4px solid black;
    border-width: 2px;
    display: inline-block;
    width: 250px;
    height: 432px;
    position: relative;
    top: 36px;
    cursor:pointer;
}
.box2:hover{
    background-color: black;
    color: white;

}
.box3{
    border: 4px solid black;
    border-width: 2px;
    display: inline-block;
    width: 250px;
    height: 432px;
    position: relative;
    top: 17px;
    cursor:pointer;
}
.box3:hover{
    background-color: black;
    color: white;

}
img{
    height: 200px;
    width: 250px;
}
.products{
    text-align: center;
    position: relative;
} 
.about{
    text-align: center;
   margin-top: 20px;
}
.contact{
    background-color: black;
    color: white;
    margin-top: 25px;
    text-align: center;
    height: 200px;
    padding: 25px;
}
