@import url('header.css');
@import url('dropdown.css');
@import url('login.css');

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

/* Hauptbereich füllt den verfügbaren Platz */
main {
    flex: 1;
    padding: 1em;
}