
body {
  background: black;
  color: #00FF66;
  font-family: 'Courier New', monospace;
  padding: 2rem;
  overflow-x: hidden;
  margin: 0;
  height: 100vh;
}
#terminal {
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 1rem;
  line-height: 1.5;
  overflow-y: scroll;
  max-height: 90vh;
}
