.noCursor {
  cursor: none;
}
.scanlines {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
 .scanlines::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: " ";
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 4px, 4px 100%;
  pointer-events: none;
}
@font-face {
  font-family: Main;
  src: url(./src/pixelminimal.ttf);
}
#monitor {
  position: absolute;
  width:  100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
  background-color: #151515;
}
#query {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40vw;
  height: 5vh;
  font-family: 'Main';
  font-size: 2vh;
  display: none;
}
