body {
    background-color: #1E1E1E;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

h1#the-heading {
    color: #BBBBBB;
    font-family: 'Questrial',sans-serif;
    font-weight: normal;
    margin: 0;
}
h3.quote {
    color: #BBBBBB;
    font-family: Tahoma, sans-serif;
    font-size: 16px;
    font-style: italic;
}

address {
    line-height: 24px;
}

address a {
    color: #BBBBBB;
    font-family: 'Questrial',sans-serif;
    font-style: normal;
    text-decoration: none;
}

address a:hover {
    text-decoration: underline;
}

#countdown-wrapper {
    background-color: #FFFFFF;
    font-family: Arial;
    padding: 50px;
}

#countdown-wrapper #countdown {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    clear: both;
    display: block;
    font-size: 72px;
    overflow: hidden;
}

#countdown-wrapper .text {
    clear: both;
    display: block;
    font-size: 120px;
    margin-top: 10px;
}
