.scanlines {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px
  );
  background-size: 100% 2px;
  mix-blend-mode: soft-light;
  opacity: 0.35;
  z-index: 1;
}

.crt-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  box-shadow: 0 0 80px rgba(0, 255, 102, 0.35) inset;
  z-index: 0;
}
