#webgl-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  z-index: -10;
  pointer-events: none;
  background: radial-gradient(
    ellipse at 50% 30%,
    #15092b 0%,
    #080514 60%,
    #030208 100%
  );
}
