body{
    background-image: url(image.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin:0;
   
    
}
#Clock-container{
    display:flex;
    justify-content:center ;
    align-items: center;
    height: 100vh;
    
}
#clock{
    font-family: monospace;
    font-size: 6.5em;
    font-weight: bold;
    text-align: center;
    color: rgb(119, 87, 26);
    backdrop-filter: blur(5px);
    width: 100%;
    background-color: hsla(0, 0%,100%, 0.1);
}