#page{
    min-width: 90%;
    max-width: 90%;
    color: #333 !important;
}

#page a, #page a:visited {
     color: #666 !important;
}

#page h1 {
    color: #db0000 !important;
}

#page h2{
    line-height: 120%;
    font-size: 140%;
    margin-top: .2rem;
    color: #db0000 !important;
}

.question, .continue {
    width: 100%;
    text-align: left;
    margin: .8em 0;
    max-width: 900px;
}

.continue p {
    text-align: center;
}

.question h2, .continue h2{
    font-size: 110%;
    line-height: 120%;
    margin-bottom: 0;
    color: #db0000;
}

.question p, .continue p{
    line-height: 1.3em;
	margin-top: .5em;
    font-size: 90%;
}

.question p b {
	font-weight: bold !important;
}

.question a, .continue a{
    text-decoration: none;
    color: #333;
}

.question a:hover, .continue a:hover{
    text-decoration: underline;
}

.question:last-of-type, .continue:last-of-type{
    margin-bottom: 4rem;
}

@media (min-width: 550px){
    #header h1{
        font-size: 4rem;
        margin-top: 2rem;
    }
    #page h2{
        font-size: 170%;
        padding: .2em 0 .5em 0;
    }
    .question h3, .continue h3{
        font-size: 120%;
    }
    .question p, .continue p{
        font-size: 100%;
    }
}
