/* Navigation should take visitors directly to the destination they chose. */
html {
  scroll-behavior: auto;
}
