body {
    font-family: Arial, sans-serif;
}

.navbar-brand {
    font-weight: bold;
}

footer {
    margin-top: 20px;
}

/*tab navigation*/
.login-logout-card .card-header {
    padding: 0px 0px 12px 0px;
}

.login-logout-card ul.nav-tabs {
    padding: 0px 0px -12px 0px;
}

.login-logout-card li.nav-item {
    width: 50%;
}

.nav-link {
    font-size: 1.2rem; /* Adjust the font size as needed (e.g., 1.2rem for larger text) */
    font-weight: bold; /* Makes the text bold */
}

.navbar-nav .nav-link {
    font-size: 1.2rem; /* Adjust the font size as needed (e.g., 1.2rem for larger text) */
    font-weight: bold; /* Makes the text bold */
}

.navbar-menu a {
    font-size: 1.5rem; /* Larger font size (adjust as needed) */
    font-weight: bold; /* Bold text */
}
