Hi amaurice
For the font size, you can override with this custom css:
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
font-size: 1.143rem !important; /*change to your desired value*/
}
And to center the menu, you can use this:
#t4-header .justify-content-end {
justify-content: center !important;
}