body {
  background-color: black;
  color: #00ff00;
  font-family: 'Courier New', Courier, monospace;
  padding: 20px;
}

#terminal {
  max-width: 800px;
  margin: auto;
}

.line {
  white-space: pre-wrap;
  line-height: 1.4em;
  margin-bottom: 5px;
}

.prompt {
  color: #00ff00;
  margin-right: 5px;
}

input[type="text"] {
  background: none;
  border: none;
  color: #00ff00;
  font-family: inherit;
  font-size: 1em;
  outline: none;
  width: 80%;
}
