/* css styles */

/* Centers the main title (h1 equivalent) */
.title {
  text-align: center !important;
}

/* Centers the subtitle */
.subtitle {
  text-align: center !important;
}
/* Target the navigation bar element */
.navbar {
  background-color: #228a3e !important;
}

/* Optional: To make the text (links and brand) visible on a dark background */
.navbar .nav-link,
.navbar-brand,
.navbar-brand:hover {
  color: white !important;
}
