.underline:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #98FF98;
  z-index: -1;
}

:root, [data-bs-theme=light] {
  --bs-primary: #98FF98;
  --bs-primary-rgb: 152,255,152;
  --bs-primary-text-emphasis: #57f257;
  --bs-primary-bg-subtle: #EAFFEA;
  --bs-primary-border-subtle: #D6FFD6;
  --bs-body-color: #000000;
  --bs-body-color-rgb: 0,0,0;
  --bs-secondary-color: rgba(0,0,0,0.75);
  --bs-secondary-color-rgb: 0,0,0,0.75;
  --bs-tertiary-color: rgba(0,0,0,0.5);
  --bs-tertiary-color-rgb: 0,0,0,0.5;
  --bs-body-font-family: 'Inter Tight', sans-serif;
}

