html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
* {
  transition: all 0.3s;
}
ul,
ol,
p {
  padding: 0;
  margin: 0;
  list-style: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "PingFang SC", -apple-system, "Segoe UI", "Microsoft Yahei", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.exception {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.exception h1 {
  font-size: 1.2rem;
  margin-bottom: 0.9rem;
}
.exception h2 {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 500;
}
.exception p {
  font-size: 0.9rem;
  color: #999;
  letter-spacing: 0.5px;
}
/*# sourceMappingURL=error.css.map */