<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  scroll-behavior: smooth;
}

.fit-guide-menu {
  display: flex;
  justify-content: center;
}

.fit-guide-menu__item {
  padding: 10px 20px;
  font-size: 2rem;
  color: inherit;
}

.fit-guide-menu__item:hover {
  cursor: pointer;
  text-decoration: underline;
}

.fit-guide-menu__item.active {
  text-decoration: underline;
}</pre></body></html>