* {
  box-sizing: border-box;
}

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

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

input,
select,
textarea {
  border: none;
  outline: none;
  background: transparent;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}
