@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: Monospace;
  font-family: "Roboto", sans-serif;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  text-align: center;
  min-height: calc(100% + env(safe-area-inset-top) + env(safe-area-inset-bottom)); }

#loaderInfo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

#lg {
  pointer-events: none;
  border: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
  -moz-user-select: none;
  position: absolute;
  z-index: 1000;
  left: 50%;
  right: 50%;
  bottom: 10%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  display: none; }

#info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; }
  #info header {
    width: 128px;
    margin-inline: auto; }
  #info #infoText {
    font-size: 14px;
    min-width: 278px;
    max-width: 278px; }
  #info #enter {
    margin-top: 3em; }

#gl {
  width: 100%;
  height: auto; }

#vr {
  position: absolute;
  width: 32px;
  height: auto;
  z-index: 1000;
  top: 6%;
  right: 2%;
  opacity: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0); }

#fps {
  background: none; }
  #fps #fpsGraph {
    display: none; }

#syms {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, 0);
  text-align: center; }
  #syms li {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: cover;
    background-image: url("../imgs/syms.png");
    background-position: 0 0;
    margin: 32px; }
  #syms li.mouth {
    background-position: -64px 0px; }
  #syms li.question {
    background-position: -32px 0px; }
  #syms li.eye {
    background-position: -96px 0px; }

* {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
  -moz-user-select: none; }
