html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
#stage {
  display: block;
  width: 100vw;
  height: 100vh;
  background: #fff;
}
noscript {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: Arial, sans-serif;
  color: #111;
  background: #fff;
}
