html {
  scroll-behavior: smooth;
}

html, body, div, span {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}