.widget{
    height: 0%;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: rgb(248, 248, 248);
    }

.widget h4{
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    COLOR: #ffffff; 
    text-shadow: 0px 0px 9px #ccc;
    }

.relojNumeros{
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    display: inline;
    font-size: 2.5rem;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-radius: 5px;
    text-decoration: .5px line-through rgb(230, 230, 230);
    }

.reloj{
    text-align: center;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    }

.reloj .cajaSegundos {
    display: inline;  
    }

.puntos{
    font-size: 2rem;
    color: rgb(255, 255, 255);
    }

.reloj .ampm, .reloj .segundos{
    display: inline;   
    }
    
.fondo{
    background-color:#333;
    }