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

html {
  /* font-size: 10px; */
  font-size: 62.5%;
  /* scroll-behavior: smooth; */
}
