.particles-container {
  position: fixed;
  inset: 0;
  z-index: -1; /* sits above the body background, behind all page content */
  pointer-events: none;
  overflow: hidden;
}

.particles-container canvas {
  display: block;
  width: 100%;
  height: 100%;
}