/*colors: http://paletton.com/#uid=13i0u0kbRt14+E48dwffUpTkImm*/
body {
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 18px;
}

.wrapper {
    max-width: 1200px;
    margin: 20px auto;
    padding: 40px;
    background-color: #669999;
}

h1, h2 {
    font-family: 'Amatic SC', cursive;
    color: #052929;
}

h1 {
    margin-top: 0;
}

section {
    margin-top: 40px;
}

footer {
    text-align: right;
    font-size: 16px;
    color: #052929;
}

.inline_wrapper {
    display: inline-block;
    margin-right: 20px;
}

.button {
    font-family: 'Amatic SC', cursive;
    font-size: 24px;
    font-weight: bold;
    background: none;
    background-color: #052929;
    border: 0;
    color: inherit;
    line-height: normal;
    overflow: visible;
    padding: 5px 10px;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

.button:hover,
.button:active,
.button:focus {
    background-color: #0D4D4D;
}

.hidden {
    display: none;
}

.answer_wrapper {
    margin: 10px;
}

.answer_wrapper:last-child {
    margin-bottom: 30px;
}

.feedback {
    border: 2px solid #052929;
    padding: 5px;
    flex-grow: 1;
    margin-left: 5px;
}

.correct {
    color: #052929;
}

.incorrect {
    color: darkred;
}

.question_footer {
    display: flex;
}