html {
  scroll-behavior: smooth;
}

p {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

::selection {
  background: #ff6b4a;
  color: #fff;
}
