body {
    /* background-color: #0E0715 !important; */

    & h1,
    & h2,
    & p,
    & h3,
    & h4 {
        /* color: white !important; */
    }
}

.oddPage {
    padding-top: var(--mar-100);

    & p:has(+h2) {
        color: inherit !important;
        font-weight: 400 !important;
        color: inherit !important;
    }
}

section {
    margin-top: var(--mar-60) !important;
    margin-bottom: var(--mar-60);
}

section:not(.home) h2,
section:not(.home) p,
section:not(.home) h3,
section:not(.home) h4,
section:not(.home) h2+p {
    max-width: 956px !important;
}