
body {
    background-image: url(utils/images/robot2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#clock-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

#clock {
    font-family: monospace;
    font-size: 6.5rem;
    /* font-size: 21.5rem; */ /* Good size for ultraWide */
    font-weight: bold;
    text-align: center;
    color: white;
    backdrop-filter: blur(5px);
    background-color: hsla(0, 0%, 100%, 0.1);
    width: 100%;
}