html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #dbe9ef;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

a-scene {
  width: 100%;
  height: 100%;
}

.a-enter-vr {
  right: 18px;
  bottom: 18px;
}
