html {
  font-size: 3.2vw;
}

body {
  width: 100vm;
  background-color: #F5F5F5;
  font-family: 'HarmonyOS Sans SC';
  color: #000000;
}
a {
text-decoration: none;
color: inherit;
}
a:hover, a:active, a:focus {
text-decoration: none;
}
