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

#uber{
    text-align: center;
}

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

#email a {
    color: white;
    text-align: center;
}

#email {
    text-align: center;
    padding-top: 100px;
    font-size: large;
    font-size: 30px;
}