.particles-container {
  z-index: 1;
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

canvas.particles-canvas {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  inset: 0;
}
