.timer {
    background-color: #02323E;
    width: 35%;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    --text-col: #2DD5FF;
    box-shadow: 2px 4px 3px #888888;
}

.timerdiv:first-child {
    margin-left:8%;
}

.timerdiv {
    width: 15%;
    float: left;
    margin-left: 4%;
    margin-right: 4%;
}

.time {
    color: var(--text-col);
    font-size: xxx-large;
    margin-top: 5%;
    margin-bottom: 5%;
    font-family: 'Digital-7 Mono', sans-serif;
}

.timeclassifier {
    margin-top: 0;
    margin-bottom: 15%;
    color: var(--text-col);
    font-size: x-small;
}

.separator {
    color: var(--text-col);
    height: 100%;
    float: left;
}