How can I center the main menu using the Empire theme?

Hi, can someone provide me with code so I can center my main menu with the Empire theme? The menu is aligned to the left. Using Version 8.1.0.

Thank you!

@homesweethomeau - can you please share your website link?

https://homesweethomeau.com/

@homesweethomeau - password to view page?

yingid

@homesweethomeau - please add this css to the very end of your theme.css file and check

.site-navigation {justify-content: center;}

It worked, thank you!