*,
td,
#elapsed {
font-family: "Orbitron", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-size: 1.5rem;
font-style: normal;
}

td {
    border: 1px solid #eee;
    padding: 0.25rem 0.5rem;
}

table {
    background-color: #444;
    color: #fff;
    margin: 0 auto;
}

.side-by-side {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.metres {
    text-align: right;
    color: #cfc;
}