/* Stability fixes for the static Nuxt export. */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100%;
}
body {
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}
[id] {
  scroll-margin-top: 90px;
}
img {
  max-width: 100%;
}
