.click_ball {
    aspect-ratio: 1 / 1;
    width: 500px;
    height: auto;

    border-radius: 50%;

    position: absolute;
    padding: 5px 5px 5px 5px;

    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0%;

    z-index: 202;
}
