body {
  font-family: Arial, sans-serif;
  text-align: center;
  background: #f4f4f4;
  margin: 0;
  padding: 20px;
}

nav a {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  color: blue;
}
