body {
  font-family: sans-serif;
  max-width: 700px;
  margin: 40px auto;
  line-height: 1.6;
}

nav {
  margin-bottom: 20px;
}

nav a {
  margin-right: 15px;
  text-decoration: none;
}

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