html, body {
  background: #000;
  width: 100%; height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
 }
#asciiOut {
  font-family: monospace;
  font-size: 9px;
  line-height: 1.15;
  letter-spacing: 0.08em;
  white-space: pre;
  color: #fff;
  display: block;
 }