body {
  background-color: #1a1a1a;
  color: #e0e0e0;
  font-family: sans-serif;
  line-height: 1.6;
  margin: 0;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

header, footer {
  text-align: center;
  margin-bottom: 2rem;
}

header h1, header h1 a {
  color: #e0e0e0;
  text-decoration: none;
}

a {
  color: #9ecbff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
