html {
    scroll-behavior: smooth;
  }
  

.active {
    background-color: teal !important;
   
}

.category-btn.active span {
    color: #fff !important;
}

