How do I move my nav list to the right a little?

So the issue I am having is that I have a image in my header which is the logo of the web page,
https://codepen.io/svumo/pen/eYYpGyg

This is my code ^.

a

This is what it looks like currently.

you can use margin-left
or
set the position to relative and then use left to move it

What element should I set the relative position to also margin-left doesn’t work.

the element you want to move
spend some effort.search.figure it out yourself that way is more fun

fixed it, thanks a bunch.