body {
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    padding-top: var(--page-padding-top);
}

.multiple-choice--hide-first-choice div:first-of-type,
.multiple-choice--hide-first-choice li:first-of-type {
    display: none;
}