body {
        margin:0;
        padding:0;
}

.circle {
    position: absolute;
    width: 100px;
    height: 100px;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.75);
}

.nums {
    width: 100px !important;
}

#c2 > div {
    background-position-x: -100px;
}
#c3 > div {
    background-position-x: -200px;
}
#c4 > div {
    background-position-x: -300px;
}
#c5 > div {
    background-position-x: -400px;
}

#adArea {
    background: white;
    color: #333;
    overflow: hidden;
    text-overflow: clip;
    cursor:pointer;
    -ms-touch-action: "pan-down";
    touch-action: "pan-down";
}

#ctaArea {
    width: 100%;
    height: 77px;
    position: absolute;
    bottom: 0px;
    cursor: pointer;
    z-index: 5555555;
}

#bg {
    background: linear-gradient(180deg, rgba(183,206,255,1), rgba(183,206,255,0) 115%);
}

#cursorCont {
    display: flex;
    justify-content: center;
}

#ui1 {
    justify-content: center;
}

#ui2 {
    justify-content: center;
}

#cta {
    bottom: 0px;
}

#verCont {
    display: flex;
    justify-content: center;
    align-items: center;
}

#container {
    position: absolute;
}

#horCont {
    margin-top: 0px;
}

.abs {
    position: absolute;
}

.rct {
    width:300px;
    height:600px;
    position: absolute;
}

.opacity0 {
    opacity: 0;
}

.noEvents {
    pointer-events : none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
            user-drag: none
}
.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.noVis {
    visibility: hidden;
}

.noDisplay {
    display: none;
}