*,
*::after,
*::before {
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

html {
    font-size: 62.5%;
}

*::-webkit-scrollbar {
    display: none;
}

button {
    cursor: pointer;
}