*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/*body{
    width: 100%;
    height: 100vh;
    background: #2f0202;
    background: radial-gradient(ellipse at center,#5b720e 0%, #000000);
    background-size: 100%; 
}*/
p{
    margin: 10;
    padding: 0;
}
.reloj{
    position:fixed ;
    font-family: 'share tech mono', monospace;
    color: #ffffff;
    text-align: center;
    left: 50%;
    top: 31%;
    transform: translate(-50%,-50%);
    width: 90%;
    text-shadow: 0 0 20PX rgb(230, 171, 10),0 0 20px rgb(255, 255, 22);
    border-bottom: #5b720e;
}

.fecha{
    letter-spacing: 0.1em;
    font-size: 20px;
    margin-top: 35px;
}
.tiempo{
    letter-spacing: 0.1em;
    font-size: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width:800px){
    .reloj{
        top: 40%;
    }
}

@media screen and (max-width:1200px){
    .reloj{
        top: 30%;
    }
}