 body {  -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto;  word-wrap: normal; overflow-wrap: normal;  text-wrap: pretty; }  h1, h2, h3, h4, h5, h6 { text-wrap: balance; -webkit-hyphens: auto; hyphens: auto; } html { scroll-behavior: smooth; scroll-padding-top: 130px;  }  @media (max-width: 767px) { html { scroll-padding-top: 90px; } }