*{
    margin: 0;
    padding: 0;
}
    nav{
    background-color: black;
    color: white;
    padding: 15px;
}
li,h1,ul{
    display: inline;
}
ul{
    margin-left: 80%;
}
li{
    color: gray;
}
li:hover{
    color: white;
    cursor: pointer;
}
h1:hover{
    color:#ff0f0f;
    cursor: pointer;
}
h1{
    color: aqua;
}
input{
    width: 60%;
    padding: 15px;
    border-width: 5px;
    border-color: white;
}
.Searchbar{
    padding: 50px;
    text-align: center;
}
button{
    background-color: aqua; 
    padding: 15px;
    font-family:Arial, Helvetica, sans-serif;
    border-width: 5PX;
    border-color: white;
}
button:hover{
    background-color: red;
}
.box1{
    border-color: white;
    border-width: 5px;
    border-style: solid;
    background-color: white;
    color: black;
    display: inline-block;
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: small;
}
.box2{
    border-color: white;
    border-width: 5px;
    border-style: solid;
    background-color: white;
    color: black;
    display: inline-block;
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: small;
}
.box3{
    border-color: white;
    border-width: 5px;
    border-style: solid;
    background-color: white;
    color: black;
    display: inline-block;
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: small;
}
.box1:hover{
    background-color: aqua;
    border-color: aqua;
    border-width: 5px;
}
.box2:hover{
    background-color: rgb(211, 212, 173);
    border-color: rgb(211, 212, 173);
    border-width: 5px;
}
.box3:hover{
    background-color: rgb(255, 5, 5);
    border-color: rgb(255, 5, 5);
    border-width: 5px;
}
.about{
    text-align: center;
    margin-top: 70px;
}
.about2{
    color: aliceblue;
    margin-top: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
h3,h2,h4{
    padding-top: 10px;
    color: white;
}