@import url("https://fonts.googleapis.com/css?family=Voltaire");
body {
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

canvas {
  display: block;
}

.world {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
}

#credits {
  position: absolute;
  width: 100%;
  margin: auto;
  bottom: 0;
  margin-bottom: 20px;
  font-family: "Voltaire", sans-serif;
  color: #d45e59;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
}

#credits a {
  color: #b92721;
  text-decoration: none;
}