/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 23 2023 | 18:11:31 */
.ball {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 50%;
    pointer-events: none;
    z-index: 999999;
    background: #000000;
    backdrop-filter: blur(2px);
    box-shadow: 0 10px 60px -5px rgba(0 0 0 /20%);
    cursor: pointer;
    will-change: transform;
    mix-blend-mode: difference;
    touch-action: none;
    transition: opacity 1s;
    will-change: transform;
    border: 1px solid #000;
}