Need help Please!

I can not pass this test:
The navbar should always be at the top of the viewport.
Please help me.

I put the following styles on mine

#nav-bar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 5vh;
}

That made it go up there
/Jakob

Thanks for your help.