body {
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: auto;
  padding: 1em;
  background: #f9f9f9;
  color: #333;
}

header {
  text-align: center;
  margin-bottom: 2em;
}

nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #007acc;
}

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

section {
  margin-bottom: 2em;
}

footer {
  text-align: center;
  font-size: 0.9em;
  color: #666;
}
