body {
  line-height: 2em;
}
a {
  color: green;
  font-weight: bolder;
}
.container-topbar, .container-below-top {
  color: #000;
  background-color: white;
}
.container-header {
  background-color: #0a9547;
  background-image: none;
  padding: .2rem 0rem.8em;
}
.footer {
  color: #fff;
  background-color: #0a9547;
  background-image: none;
  margin-top: 1em;
}
.footer .grid-child {
  justify-content: space-between;
  align-items: center;
  padding: 1rem .5em;
}
.btn-info {
  --btn-color: #fff;
  --btn-bg: #0a9547;
  --btn-border-color: #0b0b0b;
  --btn-hover-color: #000;
  --btn-hover-bg: #fff;
  --btn-hover-border-color: #264f70;
  --btn-focus-shadow-rgb: 79, 122, 158;
  --btn-active-color: #fff;
  --btn-active-bg: #264f70;
  --btn-active-border-color: #244a69;
  --btn-active-shadow: inset 0 3px 5px #00000020;
  --btn-disabled-color: #fff;
  --btn-disabled-bg: #30638d;
  --btn-disabled-border-color: #30638d;
}
@media (width >= 992px) {
  .metismenu.menu-horizontal {
    flex-direction: row;
    flex: 1;
    display: flex;
    justify-content: center !important;
  }