.h1, .h2, .h3, .h4, .h5, .h6 {
  color: green !important;
}

h1, h2, h3, h4, h5, h6 {
  color: green !important;
}

p {
  color: snow !important;
}

ul, li {
  color: snow !important;
}

.bulma-title {
  color: #5eff3d !important;
}

.dropdown-item {
  color: #5eff3d !important;
}

.bulma-button {
  background-color: rgb(5, 66, 5) !important;
}

.bulma-button:hover {
  background-color: #5eff3d !important;
  color: black !important;
}

.dropdown-item:hover {
  background-color: #5eff3d !important;
  color: black !important;
}

.bulma-navbar-item {
  color: #5eff3d !important;
}

.bulma-navbar-item:hover {
  background-color: #5eff3d !important;
  color: black !important;
}

.bulma-navbar-link {
  color: #5eff3d !important;
}

.bulma-navbar-link:hover {
  background-color: #5eff3d !important;
  color: black !important;
}

.bs-hero.showcase-hero {
  background: #005907;
  background: linear-gradient(120deg, rgb(0, 89, 7) 36%, rgb(70, 247, 67) 100%);
}

/*# sourceMappingURL=app.css.map */