body {
  margin: 0;
  background: #000;
  color: #0f0;
  font-family: 'IBM Plex Mono', monospace;
}

.terminal {
  padding: 2rem;
  max-width: 800px;
  margin: auto;
  background: #111;
  height: 100vh;
}

input {
  background: transparent;
  border: none;
  color: #0f0;
  font-size: 1rem;
  font-family: inherit;
  outline: none;
  width: 100%;
}

pre {
  white-space: pre-wrap;
  margin-top: 1rem;
  line-height: 1.4;
}
