Issue with Personal Portfolio Navigation Bar (Fixed Position)

Hey, I’m working on the PP project and cannot figure out how to make my top fixed navbar appear in FRONT of the rest of my code. I’ve tried applying both fixed and front to the navbar’s position in CSS, not sure if that should work but it didn’t. I want the navbar to remain top fixed. Any input would be helpful. Thanks

Codepen link: https://codepen.io/jsfrederick1/pen/proZvN

You can use z-index to set the z order of elements.

Thank you very much!