/* my StylesCSS */

body {
    text-align: center;
    background: white url("bg_bytemaschine.jpg");  
    background-position: bottom center; 
    background-repeat: no-repeat; 
    background-size:cover; 
    background-attachment:fixed;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
h1 {
   text-transform: uppercase;
    color:lightskyblue;
    font-size: 42px;
}

h2 {
    color: lightskyblue;
    font-size: 24px;
}

h3 {
    color:lightskyblue;
    font-size: 20px;
}

h4 {
    color:lightskyblue;
    font-size: 18px;
}

label {
    color: orangered;
    font-size: 24;
    font-weight: bold;

}

select {
    color: black;
    font-size: 24;
}

footer {
    font-family: 'Courier New', Courier, monospace;
    color: lightskyblue;
    font-size: 16px;
    }

#fussbereich {
        position:absolute;
        bottom: 0;
        width: 100%;
        background-color:black;
        height: 2em;
    }


