html, body {
    height: 100%;
    margin: 0px;
}
.s_main {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    min-width: 100%;
    margin-top: 70px;
}
.s_wrapper {
    width: 75%;
    margin-top: 20px;
}
.question {
    font-size: 2em;
    font-weight: bold;
    color: var(--link2);
    margin-top: 20px;
}
.answer {
    font-size: 1.50em;
    font-weight: bold;
}
.small_answer {
    text-align: left;
    margin-left: 10px;
}