html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #f7fafc;
  background-color: #1a202c;
  font-family: "Work Sans", sans-serif;
  font-size: 1.5rem;
}
