body {
  color: white;
  margin: 0;
  padding: 0;
  font-family: monospace;
  font-size: 2vw;
  white-space: nowrap;
  overflow: hidden
}
div.terminal {
  line-height: 120%;
  width: 100%;
  height: 100%;
  position: absolute;
}
.terminal-cursor {
  background: rgba(255, 255, 255, 0.4);
}
.showterm-controls {
  z-index: 1;
}
a {
  color: white;
}
