﻿#timer-container {
    text-align: center;
    background: #90cbf3;
    font-family: sans-serif;
    font-weight: lighter;
}

#timer {
    font-size: 2em;
    font-weight: 100;
    color: white;
    width: 700px;
    color: white;
}

#timer div {
        display: inline-block;
        min-width: 60px;
        padding: 2px;
        background: #020b43;
        border-radius: 10px;
        border: 2px solid #030d52;
        margin: 1px;
    }

#timer div span {
            color: #ffffff;
            display: block;
            margin-top: 1px;
            font-size: .35em;
            font-weight: 400;
        }
