@font-face {
  font-family: 'default';
  src: url('../font/HarmonyOS_Sans.ttf');
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

html,
body {
  overflow: hidden;
}

*::-webkit-scrollbar {
  display: none;
}

#root>h3 {
  text-align: center;
  height: 100vh;
  line-height: 100vh;
  font-size: 80px;
  letter-spacing: 1rem;
  font-family: 'default';
}