body { 
 background: black;
 font: 1em sans-serif;
}

nav a {
  background: white;
  color: black;
  text-decoration: none;
  line-height: 2.5;
  padding: .3em;
}

nav a:hover {
  background: black;
  color: white;
}
