/* Center the logo and site name container */
.navbar-header {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    float: none !important;
}

/* Ensure the brand link itself is centered */
.navbar-brand {
    margin-right: 0 !important;
    padding: 15px 0; /* Adjust padding here for height */
    display: flex;
    align-items: center;
}