How to centre the main menu in Shopify Empire theme?

Hi,

Can anyone help as to how to centre the main menu in Empire theme?

https://theembroiderycart.myshopify.com/

Just add a line of CSS

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