.tab-link {
  color: #000;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-decoration: none;
}

a.tab-link.active {
  text-decoration: underline !important;
  text-underline-offset: 5px;
}

.tab-item {
  padding: 16px;
}

.nav-tabs {
  --bs-nav-tabs-border-color: none;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 12px;
}

