ul {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

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

ul {
  list-style: none;
}

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

textarea:focus,
input:focus {
  outline: none;
}

button {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
}
 
a {
  text-decoration: none;
  color:inherit;
  font-family: inherit;
  padding: 0;
  margin: 0;
}

input,
textarea {
  outline: none;
  border: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}