* {
  margin: 0;
  padding: 0;
}

body,
div,
p,
h1,
h2,
h3,
ul,
li {
  box-sizing: border-box;
}

a {
  color: #fff;
  text-decoration: none;
}

ul>li {
  list-style: none;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  font-weight: 500;
}