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

button, input, h2, a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: inherit;
}

