/* Click Popcorn Effect */
.popcorn-particle {
    position: fixed;
    pointer-events: none;
    z-index: 99998;
    font-size: 20px;
    transition: none;
    will-change: transform, opacity;
}