body {
  background: #0f0f0f;
  color: #00ff00;
  font-family: monospace;
  margin: 0;
  padding: 0;
}

.terminal {
  max-width: 1100px;
  margin: 50px auto;
  background: #111;
  border: 1px solid #333;
  box-shadow: 0 0 15px #00ff00;
  padding: 20px;
}

.ascii {
  white-space: pre;
  font-size: 14px;
  text-align: center;
  color: #0f0;
  margin-bottom: 20px;
}

.prompt {
  font-size: 16px;
  margin: 10px 0;
}

ul.menu {
  list-style: none;
  padding-left: 0;
}

ul.menu li {
  margin-bottom: 10px;
}

a {
  color: #0ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.info {
  background-color: #000;
  border-left: 3px solid #0ff;
  padding: 10px;
  margin: 20px 0;
}
