/* css styles */

.navbar {
  min-height: 100px; /* Adjust the height as needed */
}

.navbar-brand img {
  height: 80px; /* Adjust the logo height if necessary */
  margin: 10px; /* Add some spacing if required */
}

.navbar a {
  color: white !important; /* Ensures links are black */
}

.navbar-brand,
.navbar-nav .nav-link {
  color: white !important; /* Ensures other text is black */
}


