nav {
    font-family: sans-serif;
    display: flex;
}

nav a {
    flex: 1;
    text-decoration: none;
    padding: 1rem;
    background-color: black;
    color: white;
    border: 1px solid white;
}