  .tab-button.active {
    background-color: var(--base-900);
    color: var(--base-200)
  }
  
  .tab-pane {
    display: none;
  }