body {
    font: 300 13px/1.231 Verdana,Arial,sans-serif;
    max-width: 1200px;
    margin: 0 auto;
}
#questions {
    box-sizing: border-box;
    background-color: lightblue;
    padding: 1em;
    display: none;
}
#the_real_questions {
    display: none;
}

#small {
    font-size: 0.7rem;
}