*,*::before,*::after {
  box-sizing:border-box
}
html,body {
  margin:0;
  padding:0
}
html {
  scroll-behavior:smooth
}
body {
  min-width:320px
}
img,svg {
  display:block;
  max-width:100%
}
a {
  color:inherit;
  text-decoration:none
}
button,input,select,textarea {
  font:inherit
}
button {
  border:0;
  background:none;
  color:inherit
}
ul,ol {
  margin:0;
  padding:0;
  list-style:none
}
h1,h2,h3,h4,p {
  margin:0
}
::selection {
  background:rgba(162,118,255,.35);
  color:#fff
}
