.mb {
  color: rgb(182, 0, 23) !important;

  &:hover {
    color: white !important;
    background-color: rgb(182, 0, 23) !important;
    text-decoration-color: white !important;
  }
}
