﻿html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #0b1220;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
  touch-action: auto;
}
#app {
  display: block;
  width: 100vw;
  background: linear-gradient(180deg, #10203a 0%, #07111f 100%);
  touch-action: auto;
}
