* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  -webkit-user-select: none;
  user-select: none;
  background-color: #000;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  overflow: hidden;
}

canvas {
  cursor: none;
  width: 100%;
  height: 100%;
  display: block;
}

.desktop-hints, .mobile-hints, .fps-element, .about {
  color: #ffffff4d;
  pointer-events: none;
  z-index: 10;
  text-shadow: 0 0 2px #00000080;
  font-size: 12px;
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.about {
  bottom: 20px;
  left: auto;
  right: 20px;
}

.about a {
  color: #ffffff4d;
  pointer-events: auto;
  background-color: #0000001a;
  border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none;
  transition: background-color .3s;
}

.about a:hover {
  color: #ffffff80;
  background-color: #000c;
  text-decoration: underline;
}

.about-modal {
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.about-modal-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.about-modal-content h1 {
  margin-bottom: 14px;
  font-size: 24px;
}

.about-modal-content p {
  margin-bottom: 4px;
}

.about-modal-content p:last-child {
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.fps-element {
  top: 20px;
  left: 20px;
}

#fps {
  display: none;
}
/*# sourceMappingURL=path0.5bbaf73e.css.map */
