html {
    scroll-behavior: smooth;
  }

.h-screen-fix {
  height: calc(var(--vh, 1vh) * 100);
}