html {
  scroll-padding-top: 96px;
}

@media (max-width: 600px) {
  html {
    scroll-padding-top: 84px;
  }
}
