/* background-color: #000; */

body {
    margin: 0;
    padding: 0;
    background-color: #272727;
    color: rgb(0, 124, 0);
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    position: relative;
}
.numero-caida {
    position: absolute;
    font-size: 14pt;
    user-select: none;
    pointer-events: none;
    line-height: 8pt;
    display: inline-block;
    transform-origin: center; /* Rota sobre su propio centro */
}

#blanco {
     font-size: 16px;
     color: rgb(255, 255, 255)
}

#gris {
    font-size: 16px;
    color: rgb(183, 235, 255)
}
