*{
    margin: 0;
    padding: 0;
}





header{
    height: 150px;
    text-align: center;
    background-color: rgb(0, 0, 0);
    color: gold;
    padding-top: 75px;
    font-size: 15pt;
}
p{
    font-size: 10pt;
}
nav{
    height: 50px;
    text-align: center;
    padding: 10px;
    background-color: chocolate;
    font-size: 15px;
}
nav a{
    padding-right: 10px;
    text-decoration: none;
color: rgb(105, 61, 3);
}