html {
  min-height: 100vh;
  scroll-behavior: smooth;
  line-height: 1.5;
  height: auto;
  overflow-y: auto;
}
