body {
  background-color: black;
  color: lime;
  font-family: 'Courier New', Courier, monospace;
  font-size: 18px;
  margin: 0;
  padding: 20px;
}

#terminal {
  white-space: pre-wrap;
}
