body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: url("https://tophatcats.neocities.org/backgrounds/bg-purple-stars.gif")
    repeat;
  background-color: black;
  color: #ffffff;
  font-family: "Courier New", monospace;
}
.container {
  max-width: 800px;
  margin: 40px auto;
  background-color: rgba(0, 0, 0, 0.95);
  border: 3px dashed #ff00ff;
  padding: 20px;
  box-shadow: 0 0 15px #ff00ff;
}
h1,
h2 {
  color: #00ffff;
  text-shadow: none;
}
p,
li {
  line-height: 1.5em;
}
a {
  color: #ffcc00;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #ffffff;
}
nav {
  margin: 20px 0;
  padding: 10px;
  background-color: #222;
  border: 2px solid #00ffff;
}
nav a {
  margin-right: 15px;
  font-weight: bold;
}
footer {
  text-align: center;
  margin-top: 30px;
  padding-top: 10px;
  border-top: 2px dotted #ff00ff;
  font-size: 0.9em;
}
.ascii-art {
  font-family: monospace;
  white-space: pre;
  color: #00ff00;
  margin-bottom: 20px;
}
