body {
    background-color: #222;
    text-align: center;
    line-height: 1.6;
    color: #F9FAE3;
    font-family: 'Roboto', sans-serif;
}
.bg {
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: 50% 0;
}
.container-text {
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
}
h2 {
    margin: 20px;
    font-size: 80px;
}
h3 {
    color: inherit;
    text-decoration: none;
    font-family: inherit;
    font-size: 20px
}
a {
    color: inherit;
}
p {
    font-weight: 100;
}
hr {
    width: 50%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
.info-footer {
    font-size: 17px;
    margin-top: 9px;
    margin-bottom: 9px;
}
.code {
    font-family: 'Monospace';
}
.questions-info-container {
    display: inline-block;
    position: relative;
    padding: 30px;
}
.question-entry {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-style: italic;
}
.info-container {
    padding: 10px;
}
.answer-header {
    display: none;
}
.answer-entry {
    font-weight: 200;
    display: none;
}
.container-time > div {
    display: inline-block;
    position: relative;
    padding: 0 1%;
}
.container-time > div:before {
    content: ':';
    position: absolute;
    top: 8%;
    left: -10px;
    font-size: 4em;
    font-weight: 200;
}
.container-time div:first-child:before {
    content: '';
}
.numbers {
    font-family: 'Roboto', sans-serif;
    font-size: 5em;
    font-weight: 100;
    display: block;
    margin-bottom: -21.33333px;
    vertical-align: middle;
}
.days_number {
    font-weight: 300;
    font-size: 5em;
}
.description {
    opacity: .7;
    text-transform: uppercase;
}
