@media screen and (max-width: 1000px) {
    body {
        box-sizing: border-box;
        padding: 5% 0 0 0;
    }

    .answersBox button {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 400px) {
    body {
        padding: 0 !important;
    }
}