body{
    background-image: url(bg.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
}
#clock-cont{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: antiquewhite;
}
#clock{
    font-size: 3.5em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    backdrop-filter: blur(7px);
    width: 100%;
    background-color: hsla(0, 0%, 96%, 0.1);
}