#Ueberschrift {
    padding: 50px;
    font-size: 4em;
    font-weight: bold;
    font-family: FjallaOne;
    color: var(--Aqua);
    text-align: center;
    text-shadow: 0px 0px 20px black, 0px 0px 30px black;
}

#Main {
    width: 100vw;
    display: flex;
    justify-content: center;
}