.below-navbar {
    margin-top: 2%; /* Adjust to match navbar height */
  }

  .nav-links.active {
    color: grey !important; /* Bootstrap red */
  }
  
  

.nav-link {
    color: #dc3545 !important; /* Bootstrap red */
}

.btn-primary {
  background-color: #dc3545 !important;
  border-color: white;
  color: white;
}

.btn-primary:hover {
  background-color: white !important;
  border-color: #dc3545;
  color: rgb(59, 57, 57);
}


.btn-outline-primary {
  background-color: white !important;
  border-color: #dc3545;
  color: rgb(59, 57, 57);

}

.btn-outline-primary:hover {
  background-color:#dc3545 !important;
  border-color: #dc3545;
  color: rgb(59, 57, 57);

}