*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
}
nav>header{
    background-color: black;
    text-align: center;
    color: yellow;
    min-height: 75px;
    font-size: x-large;
    padding-top: 100px;
    height: auto;
}
