body {
padding: 0%;
margin: 0px;
background: url(758b.gif) no-repeat center center fixed;
background-size: cover;
font-family: Georgia, 'Times New Roman', Times, serif;
}

header{
    margin-top: 10px;
    margin-bottom: 24px ;


}    
.mitte {

    display: flex;
    justify-content: center;
    align-items: center;
}
    

h1 {

color: red;
text-align: center;



}

nav ul {
list-style: none;

}

nav{
position:sticky;
top: 0px;


}

h5 {
font-size: xx-large;
color: red;

}


footer ul li a ,nav ul li a {
    font-weight: 800;
padding: 24px;
margin-left: auto;
margin-right: auto;



}

section {
max-width: 1200px;
    color: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  
}

.indent-1 {

margin-top: 500px;
    margin-bottom: 300px;
}

.indent-2 {
margin-top: 6000px;


}