.gravity-particles-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    /* Ensure it is above the background gradient */
    pointer-events: none;
    /* Allow clicking through to content */
}