@charset "utf-8";
/* CSS Document */
.center-form {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.nav-tabs {
  justify-content: center;
  width: 800px;  /* Adjust this number to your liking */
  max-width: 100%;  /* Keeps it responsive on smaller screens */
}
.navbar-nav .nav-link {
  font-size: 35px;  /* Adjust number as needed */
}
.navbar-nav {
  margin: 0 auto;             /* centers the nav list */
  display: flex;              /* ensures flexbox layout */
  justify-content: center;    /* centers the nav items */
}
.navbar-nav {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;  /* adjust spacing as needed */
}




