header {
    height: max-content;
    min-height: unset !important;
    background: unset;
}

header > div {
    top: 45%;
    left: unset !important;
    right: 10%;
    color: black;
}

header > nav {
    color: black;
    border-bottom: unset;
    background-color: transparent;
}

header > nav > .links > a {
    color: black;
}

header > nav > .links > a::before {
    background-color: black;
}

main {
    padding: 0 3em;
}

main.dark {
    background-color: black;
    color: white;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    width: 100%;
    min-height: 120vh;
    padding: 3em 3em;
}

main.dark > img {
    width: 70%;
    align-self: center;
    justify-self: center;
}

main.dark > .text {
    align-self: center;
    justify-self: center;
    font-family: Sansation light, "Arial", sans-serif;
}

main.dark > .text > h1 {
    font-family: Sansation, "Arial Black", sans-serif;
    background: -webkit-linear-gradient(#519BFF, #001D43);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 1em;
}

main.dark > .text > p {
    margin: 4em 0;
    width: 80%;
    line-height: 2em;
    text-align: justify;
}

footer {
    margin: unset;
}

@media screen and (max-width: 768px) {
    main.dark {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
    }
}


main > div {
    margin: 5em 0;
}

main > div > h1 {
    margin-bottom: 1em;
}

main > div > p,
main > div > a {
    font-family: Sansation light, "Arial", sans-serif;
    margin-left: 2em;
}

main > .fourth-container {
    width: 100%;
    overflow-x: scroll;


}

main > .fourth-container {
    max-width: 100%;
}