#time { 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 100%; 
    height: 50%;
    top: 50%; 
    /* left: 61.3%;
    top: 47.1%; */
    position: absolute;
    opacity: 100%;
    /* visibility: ; */
    transition: all;
    transition-duration: 1s;
    /* animation: blinking; */
    animation-duration: 1s;
    animation-iteration-count: infinite;
    /* background-color: black; */
} 
  
h1 { 
    text-align: center; 
} 
  
.digit { 

    /* background-color: aqua; */
    font-size: 1.8vw; 
    color: red; 
    font-family: digital;
    /* text-align: center; */
} 

#watch{
    position: absolute;
    height: 10%;
    width: 10%;
    top: 5%;
    left: 85%;
    background-color: white;
    border: 1px solid black;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1vw;
    visibility: hidden;
}
  
