body {
    font-family: 'Bitter', Georgia, serif;
    font-variant: small-caps;
    background: #000000;
    background-image: url('../../resources/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: #000000;
}

#content {
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0.8) );
    border: solid 1px #ffffff;
    border-radius: 2vmin;
}

#logo{
  
    width:  100%;
    max-width: 640px;
}

#holder {
    text-shadow: 0 0 2px #ffffff;
}

    #holder * {
        text-align: center;
    }

#expected {
    font-size: 3vmin;
    color: #fe813f;
}

#when {
    font-size: 8vmin;
    margin-top: 2vmin;
    word-spacing: 1.1vmin;

}

#timer, #soon {
    font-size: 3.7vmin;
    padding-bottom: 50px;
    text-align: center;
    display: none;
}

#days, #hours, #minutes, #seconds {
    width: 20vmin;
    display: inline-block;
    text-align: center;
    color: #9a3a9d;
}

.number {
    text-align: center;
    font-size: 5vmin;
    display: block;
    width: 20vmin;
    color: #000000;
}

#external {
    text-align: center;
    padding: 20px;
    color: #fe813f;
}

.ordinal {
    font-size: 3vmin;
}

a {
    text-decoration: none;
    color: #9a3a9d;
}


#times {
    padding-bottom: 10px;
    margin-bottom: 2vmin;
}

.timestamp {
    font-weight: bold;
}

.links {
    font-size: 2vmin;
}