nav {
    background-color: #333;
    padding: 1rem;
}

nav a {
    color: white;
    text-decoration: none;
    margin-right: 2rem;
}

nav button {
background: none; 
border: none; 
color: white;
text-decoration: none; 
cursor: pointer; 
font: inherit;
}