    /* Farbschema
    Gelb1  #f9c901	(249,201,1)
    Gelb2  #f6e000	(246,224,0)
    Braun1 #985b10	(152,91,16)
    Braun2 #6b4701	(107,71,1)
    Braun3 #896800	(137,104,0)
    Grün1  (100, 130, 100)
    */

html {
    background: lightyellow;
    font-family: 'Raleway', sans-serif;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: rgb(100, 130, 100);
    color: white;
    padding: 2.0001vh;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(100, 130, 100);
    color: white;
    text-align: center;
}