#glitch-bg-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background: transparent; /* 👈 obligatorio para que se vea bien */
  pointer-events: none;
  
}



#socialStarsCanvas {
  position: fixed;
  top: 0; left: 0;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 9999;
  pointer-events: auto !important;
  display: block !important;
}






