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

body,
h1,
h2,
h3,
p,
ul,
ol,
pre {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

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

button {
  border: 0;
  cursor: pointer;
}

input,
textarea,
button {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

textarea {
  resize: vertical;
}

[hidden] {
  display: none !important;
}
