* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0f0a;
  color: #b8d8b8;
  font-family: monospace;
  padding: 1.5rem;
}

.container {
  text-align: center;
  max-width: 40rem;
}

.art {
  color: #3fbf3f;
  font-size: clamp(0.4rem, 1.4vw, 0.75rem);
  line-height: 1.2;
  margin-bottom: 2rem;
  overflow-x: auto;
}

h1 {
  color: #e0f0e0;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.status {
  color: #6fbf6f;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.divider {
  color: #2a5f2a;
  margin: 1.5rem 0;
}

.contact {
  color: #8fb88f;
  font-size: 0.9rem;
}

.contact a {
  color: #3fbf3f;
  text-decoration: none;
}

.contact a:hover,
.contact a:focus {
  text-decoration: underline;
}
