#nav
{
    background-color: bisque;
    color:rgb(70, 86, 37);
    position: sticky;
    width: 100%;
    top: 0;
    left:0;
}
#content
{
    border: 1px solid darkslategrey;
    height:1000px
}