html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #05060a;
  overflow: hidden;
}

#game {
  position: absolute;
  display: block;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
}
