html {
  scroll-behavior: smooth;
  scroll-padding: 5rem;
}

.sticky--top {
  position: sticky;
  top: 0;
  z-index: 10;
}