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

body,h1,h2,h3,p,blockquote,dl,dd {
  margin: 0;
}

body {
  min-height: 100vh;
}

img,svg {
  display: block;
  max-width: 100%;
}

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

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

address {
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media(prefers-reduced-motion:reduce) {
  *,*::before,*::after {
    animation-duration: .01ms!important;
    animation-iteration-count: 1!important;
    transition-duration: .01ms!important;
  }
}
