#webgl-bg-canvas
{
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  touch-action: none;
  filter: blur(1px);
  opacity:0.9;
}

body {
  background: linear-gradient(180deg, #0b1220 0%, #0f1b2b 100%);
}
