body {
  background-color: #0d0d0d;
  color: #e0e0e0;
  font-family: 'Courier New', Courier, monospace;
  background-image: url('bg-stars.gif'); /* Optional: replace with your own background tile */
  background-repeat: repeat;
}

.container {
  max-width: 800px;
  margin: 30px auto;
  padding: 20px;
  background: #1a1a1a;
  border: 2px dashed #888;
  border-radius: 10px;
}

header {
  text-align: center;
  margin-bottom: 25px;
}

h1 {
  font-size: 2.5em;
  color: #80faff;
  margin-bottom: 10px;
}

nav a {
  color: #a0e0ff;
  text-decoration: none;
  margin: 0 10px;
  font-weight: bold;
}

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

main h2 {
  color: #ff9eff;
  margin-top: 30px;
}

footer {
  text-align: center;
  margin-top: 50px;
  font-size: 0.9em;
  color: #aaa;
}
