:root {
  --ifm-navbar-link-hover-color: (255, 255, 255) !important;
}

.navbar__link--active {
  color: var(--ifm-link-hover-color) !important;
  font-weight: 1000 !important;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-3 {
  margin-bottom: 3em;
}

.timeline text {
  fill: white;
}