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

#button2{
    padding-top: 30px;
}

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