* {
    margin: 0px;
    padding: 0px;
}

nav {
    background-color: black;
    color: white;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

li,
h1,
ul {
    display: inline;
}
ul {
    margin-left: ;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: oblique;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

h1 {
    justify-content: left;
    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: black;
    color: white;
}

.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);
}