@font-face {
  font-family: "VCR";
  src: url("VCR_OSD_MONO_1.001.woff") format('woff');
}

body {
  background-color: black;
  color: white;
  font-family: Verdana;
}

.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: black;
}


#counter {
  position: absolute;
  font-family: "VCR";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: black;
  padding: 1rem 2rem;
  font-size: 3rem;
}