body {
  font-family: Arial, sans-serif;
  margin: 20px;
}

nav {
  background: #333;
  padding: 10px;
}

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

nav a:hover {
  text-decoration: underline;
}
