.text-active {
    font-weight: bold !important;
    color: #0056b3;
    background-color: (229 231 235 / 1);
    opacity: 0.7;
  }

  #title-theme{
    color: #B725CB;
    /* font-family: "Nosifer", sans-serif; */
  }

@media (max-width: 425px) {

  #li-match {
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* display: none; */
  }
}