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

html{
  line-height: 1.15;
}

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

ul,
ol {
  list-style: none;
}

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

img {
  display: block;
  width: 100%;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button {
  background-color: transparent;
  color: inherit;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}