           
 #orologio {
   font-family: 'Roboto', monospace;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 29px;
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    /* color: #000000; */
    text-shadow: 0 0 20px #89bffb, 0 0 8px #000000;
}
#orologio .tempo {
  letter-spacing: 0.05em;
  font-size: 30px;
 /* padding: 5px 0;*/
 line-height: 1.9;
}
#orologio .data {
 /* letter-spacing: 0.1em; */
  font-size: 12px;
}
#orologio .testo {
  letter-spacing: 0.1em;
  font-size: 12px;
 /* padding: 10px 0 0;*/
} 

#orologio >p {
margin: 0 0 -14px;
}
  
@media screen and (max-width: 992px) {
  #orologio {
   
    display: none;
  }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  #orologio {
    
    display: none;
  }
}