#navbarText .nav-link {
    font-size: 13px !important;   /* Decrease font size */
    line-height: 1.2 !important;  /* Adjust spacing */
    padding-top: 8px !important;  /* Align vertically */
    padding-bottom: 8px !important;
}

#navbarText .navbar-nav {
    align-items: center !important;  /* Vertical centering of links */
    text-align: center !important;
}