body {
    text-align: center;
    font-family: sans-serif;
    font-weight: lighter;
}

#timer {
    font-size: 2em;
    font-weight: 800;
    color: rgb(249, 2, 183);
    text-shadow: 0 0 20px #1c1b1b;
}

#timer div {
    display: inline-block;
    min-width: 90px;
}

#timer div span {
    color: #B1CDF1;
    display: block;
    font-size: .35em;
    font-weight: 400;
}

#message {
    margin-top: 20px;
    color: #9FD8FF;
    font-size: 0.6em;
}