.history-bar {
  background-color: #333333;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 992px) {
  .history-bar {
    justify-content: center;
  }
}
:root {
  --bs-link-color: #7cbf35;
  --bs-link-hover-color: #7cbf35;
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: #7cbf35;
}
.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #7cbf35;
  --bs-dropdown-link-active-bg: #7cbf35;
}
.nav-link {
  color: #fff;
}
.nav-link:hover {
  color: #fff;
}
.history-brand {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
