*,*::before,*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
ul,ol {
  list-style: none;
}
strong {
  font-weight: 700;
}
input,button,textarea,select {
  font: inherit;
}