div,
body,
html,
a,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
li,
input,
header,
footer,
tr,
td,
th,
textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
input,
textarea {
  padding: 0;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul,
li {
  list-style: none;
}
a {
  font-size: 16px;
  color: black;
  text-decoration: none;
}

html {
  font-size: 100px;
  font-family: "PingFang SC", "Microsoft Yahei", -apple-system, "Helvetica Neue",
    STHeiti, Tahoma, Simsun, sans-serif;
}
body {
  font-size: 100px;
}
@font-face {
  font-family: "Bebas";
  src: url("../font/Bebas-Regular.ttf");
}
