#time-display {
    text-align: center;
    margin: 20px;
}

.city-time {
    margin: 10px 0;
}

.time {
    font-size: 24px;
    font-weight: bold;
}

/* =============================== */
#analog-clocks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.city-clock {
    text-align: center;
    margin: 10px;
}

canvas {
    display: block;
    margin: 0 auto;
    background: #eaeaea;
    border-radius: 50%;
}

.digital-time {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    display: block;
    text-align: center
}
