header{
    margin-bottom: 10vh;
}
h1{
    color: black;
    background-color: unset;
    margin-top: 5vh;
}
h2, h3{
    font-family: var(--typo1);
}
h3{
    font-weight: bold;
    margin-top: 2vh;
}
section{
    margin-top: 5vh;
}