html,
body {
  margin: 0;
  padding: 0;
}

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

button {
  border: 0;
  outline: 0;
  font-size: inherit;
  font-family: inherit;
}
