body {
    background-color: #0E0715 !important;

    & h1,
    & h2,
    & p,
    & h3,
    & h4 {
        color: white !important;
    }
}

.oddPage {
    padding-top: var(--mar-100);
}

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;
}