* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
  line-height: 1.25rem;

  text-decoration: none;
  color: inherit;
}

hr,
h2,
ul {
  all: unset;
}

input, textarea {
  all: unset;
}
