:root {
    --theme-dark: #2a2a2a;
    --theme-background: #FAF9F1;

    --page-width: 85%;
}


:root {
    font-family: "Archivo Black", sans-serif;
}

main {
    width: 85vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 200px !important;
    max-width: 1950px;
}

html {
    background-color: var(--theme-background);
}

body {
    margin: 0;
    padding: 0;
}


.main-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}