#nav {
    background-color: darkslategrey;
    color: rgb(255, 226, 226);
    position: sticky;
    top: 0px;
}

#content {
    height: 1000px;
    border: 2px black solid;
}