.nav-link {
  font-weight: 400;
  color: black !important;

}

.bg-dark {
  background-color: #FFFFFF !important;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #17A2B8;
}

.bg-danger {
    background-color: #B74E4D !important;
}

.badge {
  font-weight: 700;
  font-size: 0.8em;
  color: yellow!important;
}