@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
}

img {
  border: 0;
}

ol,
ul {
  list-style: none;
}

a,
button {
  outline: none;
}

article,
aside,
footer,
header,
nav,
section,
main,
figure,
figcaption {
  display: block;
}
