#reloj{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 60px;
        text-shadow: 0px 0px 4px #333;
        color: #fff;
   
}
.reloj_contenedor{
    background-color: rgba(0, 115, 255, 0.847);
    padding: 25px;
    max-width: 350px;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
}
#fecha{
    font-size: 17px;
    letter-spacing: 10px;
}
.animar{
    border: rgb(0, 0, 0) 2px solid;
}