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

h1, h2, h3, h4, h5, h6,
p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

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

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

form,
input,
textarea,
select,
button,
fieldset,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font: inherit;
  background: none;
  box-sizing: border-box;
}

input,
textarea,
select,
button {
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none;
}

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

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
