
.goapp-app-info {
  position: fixed;
  top: 0; left: 0;
  z-index: 1000;
  width: 100vw; height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: white;
  background-color:#2a2a2a
}
.goapp-logo { display: none; }
.goapp-label { display: none; }
.goapp-spin { display: none; }
.goapp-notfound-title { display: none; }
