Alignment with navigation and lists

Hello,

I am not sure what is going on here but I am trying to make the second UL list centered in the middle. I have tried align-text center and a few others but it will not move. The second thing is that I cannot for some reason on the second list to have been go on the same line rather then up and down. I feel like I am missing some very obvious… Thank you!

If im not mistaken you are opening a div without closing it aswell as closing an ul without ever opening a second ul.

On another note: a useful trick to center html elements is to give them a margin: 0 auto; .