body {
    margin: 0;
    margin-top: 35px;
    margin-left: -1050px;
    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: 200;
  text-shadow: 
    0 0 10px var(--color1),
    0 0 20px var(--color2);
    color: azure;
  --color1: azure;
  --color2: aqua;
  --color3: dodgerblue;
  --color4: blue;
  font-family: Caprasimo;
    will-change: filter, color;
    filter: saturate(60%);
    --interval: 1s;
    animation: flicker steps(100) var(--interval) 1s infinite;
    pointer-events: none;
    margin-left: 700px;
}
@keyframes flicker {
    50% {
      color: white;
      filter: saturate(200%) hue-rotate(20deg);
    }
  }


.span1{
    text-transform: uppercase;
    width: 1300px;
    
      text-shadow: 
    0 0 10px var(--color1),
    0 0 20px var(--color2);
  color: azure;
  --color1: azure;
  --color2: aqua;
  --color3: dodgerblue;
  --color4: blue;
  font-family: Caprasimo;
    will-change: filter, color;
    filter: saturate(60%);
    --interval: 1s;
    animation: flicker steps(100) var(--interval) 1s infinite;
    font-size: 3.5em;
    padding: 14px;
    padding-bottom: 1%;
    font-weight: 300;
    display: none;
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 65px;
    user-select: none;
    pointer-events: none;
    white-space: pre-line;
    margin-left: 850px;
}
.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: 1500px; 
    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: 110vh;
    line-height: 33px;
    user-select: none;
    pointer-events: none;
    white-space: pre-line;
    margin-left: 550px;
    font-family: Roboto+Slab;
}
.footer{
  position: fixed;
  width: 15%;
  justify-content: center;
  text-align: center;
}
.totalp {
    margin-left: 700px;
    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: 140px;
    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;
}


.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;
}
/* .stop{
    display: flex;
   
}   */
/*  .pausa{
    display: none;
  z-index: 5000;
}  */
.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: none;
    color: var(--glow-color);
    width: 100px;
    height: 100px;
    border-radius: 60px;
    background-color: transparent;
    outline: none;   
    box-shadow: 0 0 11em .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:transparent;
    cursor: pointer;
    /* border: 0 0 29 31 #06d4db,
    0 0 19px 19px rgb(5, 245, 245),
    0 0 33px 17px rgb(108, 228, 236); */
    /* z-index: 10000; */
}
.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%;
    }
    
    }
    
  
    
