body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 1em;
}
nav {
  background: #333;
  padding: 1em;
}
nav a {
  color: white;
  margin-right: 1em;
  text-decoration: none;
}
nav a:hover {
  text-decoration: underline;
}
