body{
    background-image: url(img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
}
#clock-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    
}
#clock{
    font-size: 60px;
    font-family: 'Courier New', Courier, monospace;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 6.5rem;
    font-weight: bold;
    text-align: center;
    backdrop-filter: blur(15px);
    background-color: rgba(255, 0, 76, 0.208);
}