html {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
}

::selection {
  background: rgba(6, 182, 212, .35);
}
