html {
  scroll-behavior: smooth;
}

/* Hide visual highlight when selecting text */
::selection {
  background: black;
  color: rgb(107, 220, 255);
}

::-moz-selection {
  background: black;
  color:rgb(107, 220, 255);
}

