* {
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

a[name] {
  display: block;
  scroll-margin-top: 144px;
}

@media screen and (max-width: 479px) {
  a[name] {
    scroll-margin-top: 80px;
  }
}
