How can I center and bold the menu in my Studio Theme store?

Hi Team.

How can I make my menu be centered and bold?

Store: Glowcare.se
PS: Glowcare1991

Add this code at the bottom of base.css file

@media screen and (min-width: 990px) {
.header--middle-left {
    grid-template-columns: 1fr 1fr 1fr !important;
}
.header__inline-menu {
text-align: center;
}
}

Hi @GeeKyuu24

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

.header--middle-left {
    grid-template-columns: 1fr 1fr 1fr !important;
}
.header__inline-menu {
    text-align: center !important;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly