* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
button,
input,
textarea {
  border: none;
  outline: none;
  background: none;
}
iframe {
  width: 100%;
  border: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
}
