#time { 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 4%; 
    height: 2.6%; 
    left: 61.3%;
    top: 47.1%;
    position: absolute;
    opacity: 0%;
    visibility: hidden;
    transition: all;
    transition-duration: 1s;
    /* animation: blinking; */
    animation-duration: 1s;
    animation-iteration-count: infinite;
} 
  
h1 { 
    text-align: center; 
} 
  
.digit { 
    font-size: 1.3vw; 
    color: red; 
    font-family: digital;
} 

  