@font-face {
  font-family: "VCROSD";
  src: url("../fonts/vcr-osd-mono.ttf") format("truetype");
}
@font-face {
  font-family: "Terminus";
  src: url("../fonts/terminus.ttf") format("truetype");
}
html, body { margin: 0; height: 100%; background: #000; overflow: hidden; }
#channel { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
#keys {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 70%;
  height: 28px;
  font-size: 16px;
  opacity: 0.01;
  border: 0;
  padding: 0;
  background: transparent;
  color: transparent;
}
