*{
    margin: 0px;
    padding: 0px;
}
nav{
    background-color:black;
    color: white;
    padding: 15px;
}
li,h1,ul{
    display: inline;
}
ul{
    margin-left: 5%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: oblique;
}
h1{
    margin-left: 5%;
    font-family:  Calibri;
    font-style: italic;
    color:white;
}
li{
    color: grey;
    cursor: pointer;
}

li:hover{
    color: white;
}
input{
    width: 60%;
    padding: 15px;
}
.searchbar{
    padding: 30px;
    text-align: center;
}
.box{
    border-color: rgb(0, 0, 0);
    border-width: 3px;
    border-style: solid;
    display: inline-block;
    width: 220px;
}
.products{
    text-align: center;
    color: rgb(255, 255, 255)
}
.box:hover{
    background-color: white;
    color: black;
}
.about{
    text-align: center;
    margin-top: 20px;
    padding: 20px;
}
.contact{
    background-color: rgb(46, 35, 27);
    color: white;
    text-align: center;
    padding: 30px;
}
.boy{
    background-color: rgba(0, 0, 0, 0.938);
    color: rgb(255, 255, 255);
}
}