.background-container {
    position: relative;
    /*z-index: -1;*/
}

.ball {
    transition: transform 200ms linear;
    transform-origin: center center;
    background: url("/wp-content/uploads/2024/06/tennis_ball_2_3d_icon_premium_psd.png");

    width: 15rem;
    height: 15rem;

    position: absolute;
    background-size: cover;
}

.disable-scroll {
    position: static;
    overflow-y:auto 
}