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

html,
body {
  margin: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[hidden] {
  display: none !important;
}
