*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  text-align: center;
  overflow-x: hidden;
  scrollbar-width: thin;
}

a {
  text-decoration: none;
}
