

#pointer-dot {
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-color: #34FABF;
    border: none;
    position: fixed;
    border-radius: 12px;
    z-index: 1000;
    pointer-events: none;
    transition: border-color 0.5s;
}

#pointer-ring {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    padding: 15px;
    border: none;
    position: fixed;
    border-radius: 100px;
    z-index: 2000;
    pointer-events: none;
}

html {
    cursor: none !important;
}

a {
    cursor: none !important;
}