How can I center my logo in the header without moving the menu?

Hey
I am trying to figure out how to place my Logo in the middle of the header without my menu following..
Can anyone figure it out.. I am sure someone is better at this than me :slightly_smiling_face:
Please share any solutions :slightly_smiling_face:

URL: Nomeasurement.dk

Password: NMNF2022

@Nomeasurement

put below code into base.css file(online store->themes->base.css)

.header__heading, .header__heading-link {
    justify-self: center !important;
}

Thx so much man!