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

html {
  font-size: 56.25%;
}

@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

ul {
  list-style: none;
}

a {
  color: unset;
  text-decoration: none;
}
