*{
    margin: 0;
    padding: 0;
}
nav{
    background-color: black;
    color: white;
    padding: 20px;
}

h1,ul,li{
    display: inline;
}

li{
    cursor: pointer;
    color: gray;
}

ul{
    margin-left: 60%;
}
li:hover{
    color:white;
}

input{
    width: 60%;
    padding:10px;
    
}
.searchbar{
    text-align: center;
    margin-top: 30px;
}
.searchbar:hover{
    color: black;
}

.box{
    border-color: black;
    border-width: 2px;
    border-style: solid;
    display: inline-block;
    width: 200px;
    text-align: center;
}
.box:hover{
    background-color: black;
    color: white;
}
.products{
    text-align: center;
    margin-top: 100px;
}

.about{
    margin-top: 30px;
    text-align: center;
}

.contact{
    background-color: black;
    color:white;
    padding: 20px;
    margin-top: 50px;
    text-align: center;
}

