.angie-custom-cursor-b3872669 {
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(210, 60, 60, 0.7);
    pointer-events: none;
    z-index: 999999;
    transform: translate(-50%, -50%);
    transition: transform 0.15s ease-out, background-color 0.15s ease-out;
}
body {
    cursor: none;
}
.angie-custom-cursor-b3872669.hover {
    transform: translate(-50%, -50%) scale(1.8);
    background-color: rgba(60, 210, 100, 0.7);
}