html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  margin: 0%;
  font-family: sans-serif;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}
