/* force scrollbar to always show */
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}
