body {
    background-color: black;
    color: white;
}


#top{
    text-align: center;
    background-color: black
    ;
    position: sticky;
    top: 0;

}

#Navigation a {
    color: white;
    margin: 100px;
    font-size: 18px;
    position: sticky;
    top: 0;
    padding: 0px;
    background-color: black;
  }

#Name{
    text-align: center;
    padding: 20px;
    color: white;
    
}

.innen{
    float: left;
    padding-top: 150px;
    padding-left: 50px;
}

#text{
    text-align: center;
    padding-top: 250px;
}


#footer a{
    color: grey;
}
#footer {
    text-align: center;
    margin-top: 100px;
}






