html,
body,
#app {
  margin: 0;
  width: 100%;
  height: 100%;
}

body {
  touch-action: none;
  overflow: hidden;
  background: #000;
  font-family: "Montserrat", system-ui, sans-serif;
}

#app {
  height: 100%;
  position: relative;
}

#canvas {
  position: fixed;
  inset: 0;
  overflow: hidden;
  display: block;
}

.logo-text {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
  font-size: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  z-index: 2;
}
