*{
    margin: 0;
    padding: 0;
}

nav {
    background-color: #f3d77a;
    text-align: center;
}

nav a{
    text-decoration: none;
    
}