body, html {
    overflow-x: hidden;
    background-color: #92746a;
    color: white;
    font-family: sans-serif;
    margin: 0;
}    

#naburger {
    position: fixed; 
    left: 50%; 
    bottom: 0;
    width: auto; 
    height: 60%;
    transform: translateX(-50%);
}

#header {
    position: absolute; 
    left: 50%; 
    bottom: 65%;
    width: auto; 
    height: 25%;
    transform: translateX(-50%);
}