#particleCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
}

#clickEffects {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9998;
}

.particle-text-effect {
    position: fixed;
    font-size: 18px;
    font-weight: bold;
    pointer-events: none;
    z-index: 10000;
    user-select: none;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}