*{
    margin: 0px;
    padding: 0px;
}
.header{
    background-color: black;
    color: white;
    text-align: center;
    padding: 25px;
}
li,ul{
    display: inline;
}
li{
    color: gray;
    cursor: pointer;
}
li:hover{
    color: white;
}
input{
    width: 50%;
    height: 20px;
}
.searchbar{
    padding: 20px;
    text-align: center;
}
.box{
    border-width: 2px;
    border-color: black;
    border-style: solid;
    display: inline-block;
    width: 220px;
}
.foods{
    text-align:center;
}
.box:hover{
    background-color: yellow;
    color: black;
}
button{
    background-color: black;
    color: white;
}
button:hover{
    background-color: blue;
    color: white;
}
#one{
    background-color: yellow;
    color: black;
}
.contact{
    background-color: black;
    color: white;
    text-align: center;
    margin-top: 30px;
    padding: 20px;
}
form{
    margin-top: 10px;
}
.size{
    width: 250px;
}
#one{
    margin-top: 10px;
    width: 15%;
}
#one:hover{
    background-color: blue;
    color: white;
}

