html {
  scroll-behavior: smooth;
}

body {
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  background-color: #09070f;
  color: #e2e8f0;
}

::selection {
  background: rgba(168, 85, 247, 0.35);
  color: #ffffff;
}
