/* Minimal reset to keep layout predictable */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
p,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

button {
  font: inherit;
  border: none;
  background: none;
  padding: 0;
}

input {
  font: inherit;
}
