How to correctly position a logo and navigation menus in the Venture theme?

hello friend i want to set the logo in the right position and navigation menus on the center anyone would like to help me please? https://3mrgnt.com/

Hello There,

1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme-critical.css and paste this at the bottom of the file:

.header.header--center .header__logo {
margin-left: 30px;
}
.header.header--center .primary-nav {
margin-top: -43px;
}

this solution is not working