/* Custom Navbar Styles */
.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
}
.navbar-text {
    font-size: 1.0rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-bottom: 0.5rem; /* Adjusts to match the padding of nav-link */
}

.nav-link {
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-bottom: 0.5rem; /* Ensures consistent alignment with navbar-text */
}

/* Additional container padding */
.container {
    padding-top: 20px;
}

/* Ensures alignment to the bottom */
.navbar-nav {
    display: flex;
    align-items: flex-end;
}
