* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: inherit;
}

html,
body,
h1,
p,
section,
form {
  margin: 0;
  padding: 0;
}

button,
input {
  font: inherit;
}