header{
    background-color:gray;
    width: 1000px;
    margin-left: 500px;
    height: 100px;
    box-shadow: 2px 2px gray;
}
.navbar ul {
    padding: 2px;
    color:antiquewhite;
    display: flex;
    list-style: none;
}
.navbar li {
    margin-top: 15px;
}
.navbar a {
    padding: 17px;
    text-decoration: none;
    color: aliceblue;
    font-size: 20px;
}
.navbar ul li a:hover{
    background-color: black;
    color: azure;
}
.test {
    background-color:antiquewhite;
    width: 1000px;
    margin-left: 500px;
    height: 200px;
    font-weight: bold;
    font-size: 20px;
    padding: 1px;
}
h1{
    padding: 4px;
}
p{
    text-align: center;
}