html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
html.no-smooth {
  scroll-behavior: auto;
}
