body {
    margin: 0;
    margin-top: 35px;
    margin-left: 240px;
    padding: 0;
    background: rgb(224, 209, 209) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    zoom: 77%;
    transform: scale(1);
    font-family: Caprasimo;
}

body:focus {
    outline: none;
}

#img1{
    user-select: none;
    pointer-events: none;
}

#img2{
    user-select: none;
    pointer-events: none;
}

body h1 {
    position: absolute;
    display: flex;
    left: 50%;
    top: 50%;
    margin-top: 20px;
    transform: translate(-50%, -50%);
    user-select: none;
    font-size: 75px;
    font-weight: 500;
  text-shadow: 
    0 0 10px var(--color1),
    0 0 20px var(--color2);
    color: tomato;
  --color1: orangered;
  --color2: firebrick;
  --color3: maroon;
  --color4: darkred;
  font-family: Caprasimo;
    will-change: filter, color;
    filter: saturate(60%);
    --interval: 1s;
    animation: flicker steps(100) var(--interval) 1s infinite;
    pointer-events: none;
}
@keyframes flicker {
    50% {
      color: white;
      filter: saturate(200%) hue-rotate(20deg);
    }
  }

.span1{
      text-shadow: 
    0 0 10px var(--color1),
    0 0 20px var(--color2);
    color: tomato;
  --color1: orangered;
  --color2: firebrick;
  --color3: maroon;
  --color4: darkred;
  font-family: Caprasimo;
    will-change: filter, color;
    filter: saturate(60%);
    --interval: 1s;
    animation: flicker steps(100) var(--interval) 1s infinite;
    font-size: 2.5em;
    padding: 14px;
    padding-bottom: 1%;
    font-weight: 300;
    display: flex;
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 95px;
    user-select: none;
    pointer-events: none;
    white-space: pre-line;
}
.span2{
     text-shadow: 
    0 0 10px var(--color1),
    0 0 20px var(--color4);
    color: azure;
  --color1: azure;
  --color2: aqua;
  --color3: dodgerblue;
  --color4: blue; 
  font-family: Caprasimo;
  /* width: 1200px; */
    will-change: filter, color;
    filter: saturate(60%);
    --interval: 1s;
    animation: flicker steps(100) var(--interval) 1s infinite;
    font-size: 1.5rem;
    font-weight: 200;
    position:fixed; 
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);  
    margin-top: 278px;
    line-height: 33px;
    user-select: none;
    pointer-events: none;
    white-space: pre-line;
}
.footer{
  position: fixed;
  width: 15%;
  justify-content: center;
  text-align: center;
}
.totalp {
    
    font-size: 57px;
    font-weight:normal;
  text-shadow: 
    0 0 10px var(--color1),
    0 0 20px var(--color2);
    color: tomato;
  --color1: orangered;
  --color2: firebrick;
  --color3: maroon;
  --color4: darkred;
  font-family: Caprasimo;
    will-change: filter, color;
    filter: saturate(60%);
    --interval: 1s;
    animation: flicker steps(100) var(--interval) 1s infinite;
    border: none;
    display: flex;
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 165px;
    user-select: none;
    pointer-events: none;
    white-space: pre-line;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.containers {
    width: 100vw;
    display: flex;
    justify-content: center;
    user-select: none;
}
.containers .login-box {
    position: absolute;
    width: 373px;
    height: 409px;
    background-color: transparent;
    border: 2px solid rgba(11, 13, 110, 0.5);
    border-radius: 20px;
    display: flex;
    justify-content:center;
    align-items: center;
    top: 500px;
    left: -7%;
    user-select: none;
}

.bingo {
    font-size: 85px;
    font-weight:bolder;
    justify-content: center;
    align-items: center;
    color: transparent;
    background: transparent url('https://thumbs.dreamstime.com/b/bolas-de-bingo-y-tarjetas-aisladas-en-fondo-color-coloridas-juego-un-plano-vibrante-ideal-para-los-juegos-el-entretenimiento-379961501.jpg') no-repeat;
    background-size:cover;
    background-clip: text;
    background-position-y: bottom;
    background-position-x: center;
    user-select: none;
    pointer-events: none;
}
#tblBingo {
    border-collapse: collapse;
    width: 373px;
    height: 409px;
    text-align: center;
    font-size: 37pt;
    cursor: pointer;
    border-radius: 20px;
    background-color: #920505;
    user-select: none;
}

#tblBingo td {
    padding: 0.3rem;
 }

 #tblBingo tr:nth-child(4) td:nth-child(3) {
    background:#2c0125;
    border-radius: 20px;
  }

 .cell-format {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8fc;
    color: #520404;
    border-radius: 20%;
    border: 0.5px solid #cccece;
}

.cell-format:hover {
    background-color: #06b9b9;
}

.strickout {
    text-decoration:line-through;
    text-decoration-color: #2dc5f3;
    border-radius: 20px;
    background-color: rgb(88, 3, 3);
    background: #f10be6;
    overflow: hidden;
    font-size:35px;
    pointer-events: none;
}

.show-bingo {
    display: inline;
}

#bowl {
    width: 440px;
    height: 440px;
    background-color: transparent;
    border-radius: 50%;
    top: 60px;
    margin: 5px 35px 0 0;
}

.ball {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
}

.ballBars {
    opacity: 0.4;
}

.center-circle{
    --glow-color: rgb(217,176,255);
    --glow-spread-color:rgb(191,123,255,0.781);
    --enhanced-glow-color:rgb(231,206,255);
    --btn-color:rgb(22, 1, 41);
    padding: 0.4em ;
    border: .20em solid var(--glow-color);
    color: var(--glow-color);
    width: 100px;
    height: 100px;
    border-radius: 60px;
    background-color: #44035e;
    outline: none;   
    box-shadow: 0 0 1em .21em var(--glow-color);    
    text-shadow: 0 0 1em var(--glow-color);
    position: absolute;
    top: 200px;
    left: -57px;
    z-index: 10000;
    transform: translateY(-50%);
}
.center-circle:hover{
    background-color: rgb(8, 216, 243);
    cursor: pointer;
    box-shadow: 0 0 29 31 #06d4db,
    0 0 19px 19px rgb(5, 245, 245),
    0 0 33px 17px rgb(108, 228, 236);
}
.ballsContainer {
    position: absolute;
    z-index: 2;
    right: -177px;
    top: -19 px;
}
#matter-canvas{
    height: 379px;
    width: 379px;
     margin-top: 4%;
 }
.ball h2 {
    transform: rotate(260deg);
}

.ballContainerParent {
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 40px;
    left: -16px;
    z-index: 2;
}

.ballContainer {
    position: absolute;
    top: 140px;
    left: -180px;
    z-index: 45;
}

div#ballContainer {
    left: 220px;
    position: absolute;
    top: 300px;
}

.disabled {
    pointer-events: none;
}

#pipeBallParent {
    z-index: 2;
    top: -73px;
    width: 440px;
    height: 440px;
    left: -236px;
    right: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: end;
    /* background: red; */
}

.pipeBall {
    width: 50px;
    height: 0px;
    background: rgba(190, 190, 190, 0.46);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.9px);
    -webkit-backdrop-filter: blur(6.9px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width:560px) {
    body {
        max-width: 50%;
        margin-top: 105px;
        margin-left: 250px;  
        zoom: 77%;
    }
    body h1 {
        display: inline;
        position:absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        top: -50px;  
        left: 0px; 
        font-size: 27px;
        justify-content: center;
        /* text-shadow: none; */
    }
       
    .span1{
        display: inline;
        justify-content: center;
        text-align: center;
        top: 1340px;
        left: 20px; 
        font-size: 35px;
    }
    .span2{
        position: fixed;
        display: inline;
        justify-content: center;
        text-align: center;
         text-shadow: 
        0 0 10px var(--color1),
        0 0 20px var(--color4);
        line-height: 55px;
        top: 2000px;
        left: 20px; 
        font-size: 30px;
        padding-bottom: 39px;
        
    }
    .totalp {
        display: inline;
        justify-content: center;
        text-align: center;
        top: 1440px;
        left: 20px;
        font-size: 35px;
    }
    
    
    .containers .login-box {
        top: 780px;
        width: 431px;
        height: 431px;
        left: -200px;
    }
    .bingo {
        font-size: 130px;
    }
    #tblBingo {
        border-collapse: collapse;
        width: 431px;
        height: 431px;
        text-align: center;
        font-size: 49pt;
        cursor: pointer;
        border-radius: 20px;
        background-color: #810905;
    }
    .strickout {
        font-size:60px;
        pointer-events: none;
    }
    
    .containers button{
        width: 299px;
    }
    .containers .send button{
      width: 35%;
    }
    
    }
    
  
    
