html, body {
  margin: 0;
  height: 100%;
  background: #0b0f14;
  overflow: hidden;
}

#ascii-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  pointer-events: none;
}
