body {
  background-color: #000;
  color: #00ff00;
  font-family: 'Fira Code', monospace;
  line-height: 1.6;
  padding: 2rem;
}

a {
  color: #00ffff;
  text-decoration: none;
}

.hero {
  text-align: center;
  margin-bottom: 2rem;
}

.logo {
  width: 200px;
  border-radius: 12px;
  box-shadow: 0 0 10px #00ff00;
  margin-bottom: 1rem;
}

.highlight {
  color: #00ff00;
}

.tagline {
  font-size: 1.1rem;
  color: #aaffaa;
  margin: 0 auto;
}

.definition {
  max-width: 800px;
  margin: 2rem auto;
}

.pos {
  font-weight: normal;
  font-size: 0.9rem;
  color: #999;
}

.definition-block {
  margin-bottom: 1.5rem;
}

.footer-quote {
  text-align: center;
  margin-top: 3rem;
}

.footer-quote blockquote {
  color: #88ff88;
  font-style: italic;
  margin-top: 0.5rem;
}

.site-footer {
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  margin-top: 4rem;
}
