body
{
    background-color: whitesmoke;
}

p{
    color: green;
}

nav
{
    background-color: grey;
    display: flex;
    justify-content: center;
}

nav a
{
    padding: 100px;
}