.cursor__box {
    pointer-events: none;
    position: fixed;
    background-image: url("../images/cursor_milestone.svg");
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    transition: width 0.3s linear, height 0.3s linear;
    z-index: 10;
    transform-origin: center center;
    transform: translate(-50%, -50%);
}
