#header {
position: sticky;
  top: 0;
  left: 0;
background-color:black;

}

#header a{
text-decoration:none;
color:white;
padding:5px;
}