body {
    align-items: center;
    background: #111;
    box-sizing: border-box;
    color: #eee;
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
    justify-content: center;
    margin: 0;
    min-height: 100vh;
    padding: 2rem 0;
}

a:link {
    color: lightskyblue;
}

a:visited {
    color: #6d4b8d;
}

a:hover {
    color: white;
}

a:active {
    color: #ff4040;
    font-weight:normal;
    text-decoration:none;
}

.clocks {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: center;
    text-align: center;
}

h2 {
    color: #aaa;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.clock .time {
    font-size: 3.5rem;
    font-variant-numeric:
    tabular-nums;
}

footer {
    font-size: 0.6rem;
    margin-top: 4rem;
    padding-bottom: 1rem;
    text-align: center;
}
