body {
    font-family: Arial;
    text-align: center;
    background: black;
    color: white;
}

nav {
    background: orange;
    padding: 10px;
}

nav a {
    color: white;
    margin: 10px;
    text-decoration: none;
}