html, body {
    height: 100%;
    width: 100%;
    background-color: #222222;
    text-align: center;
}

body {
    padding: 0 20px 0 20px;
}

#mainPage {
    background-color: #ffffffe0;
    padding: 20px;
    color: #004d95;
    margin-top: 10px;
}

#details, #status, #lose, #win {
    display: none;
}

.answer {
    padding: 10px 50px 10px 50px;
    background-color: #0037ffd9;
    cursor: pointer;
    font-size: 30px;
    font-family: monospace;
    height: auto;
    margin: 5px;
}

#incorrect {
    width: 50px;
    margin-bottom: 20px;
}

#win div, #lose div {
    margin-bottom: 20px;
}

#stats {
    font-weight: bold;
    font-size: 20px;
}

#status div {
    margin-bottom: 10px;
}

#answerValue {
    font-weight: bold;
}