body {
  background-color: black;
  color: #00ff00;
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.2rem;
  margin: 0;
  padding: 20px;
  overflow: hidden;
}
#console {
  white-space: pre-wrap;
  line-height: 1.6;
}
