/* body {
    font-family: "Titillium Web", cursive;
    width: 800px;
    margin: 0 auto;
    text-align: center;
    color: white;
    background: #222;
    font-weight: 100;
}

div {
    display: inline-block;
    line-height: 1;
    padding: 20px;
    font-size: 40px;
}

span {
    display: block;
    font-size: 20px;
    color: white;
} */

#days {
    font-size: 20px;
}
#hours {
    font-size: 20px;
}
#minutes {
    font-size: 20px;
}
#seconds {
    font-size: 20px;
}
#timer {
    margin-left: 10px;
}
