body {
  background-color: black;
  color: #00FF00;
  font-family: 'Courier New', Courier, monospace;
  margin: 0;
  padding: 20px;
}
#terminal {
  white-space: pre-wrap;
  font-size: 1rem;
  line-height: 1.2;
}
.selected {
  background-color: #00FF00;
  color: black;
}
#terminal a.terminal-link {
  color: cyan;
  text-decoration: underline;
  cursor: pointer;
}
#terminal a.terminal-link:hover {
  text-decoration: none;
}
#terminal canvas {
  display: block;
  margin: 4px auto;
  image-rendering: pixelated;
  max-width: 100%;
  max-height: 80vh;
}
