body {
    background-color: antiquewhite;
    height: 100vh;
    margin-top: 120px;
    margin-right: 20px;
    margin-left: 20px;
    font-family: 'Open Sans', sans-serif;
}


.header_eingebunden {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




h2 {
    margin-top: 40px;
}
