html,
body {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  font: inherit;
}
