html {
    color-scheme: light dark;
}
          
body {
    width: 44em;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    background-image: url("ErsteSeite_Logo.svg");
    background-size: cover; 
    background-position: center; 
    background-attachment: fixed; 
    background-repeat: no-repeat; 
    margin: 0; 
    height: 100vh;
    color: #2F3880;
    font-size: 17px;
    margin-left: 60px;

    text-align: justify;
    text-align-last: start;
    letter-spacing: 0.5px;
    hyphens: auto;
    text-wrap: pretty;
}

#index {
    margin-left: 20px;
    text-align: left;
}

#ersteH {
    padding-top: 60px;
    font-size: 25px;
}

#zweiteH {
    font-size: 45px;
    margin-left: 20px;
}

#ende {
    padding-bottom: 15px;
}


a {
    color: #2F3880";
}