body {
    background-color: black;
    color: white;
    text-align: center;
}


#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;
    
}

#farbenauswahl a {
    text-align: center;
    color: black;
}

#farbenauswahl {
    text-align: center;
    padding-top: 10px;
    padding: 4px;
}

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