@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);

body {
	margin: 0px;
}

.webgl {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  outline: none;
  background-color: #000000;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#credits {
  position: absolute;
  width: 100%;
  margin: auto;
  bottom: 0;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  color: #544027;
  font-size: 0.7em;
  text-transform: uppercase;
  text-align: center;
}
#credits a {
  color: #7beeff;
}

#credits a:hover {
  color: #ff3434;
}
.instructions{
  position:absolute;
  width:100%;
  bottom:60px;
  margin: auto;
  margin-top:120px;
  font-family:'Open Sans', sans-serif;
  color:#7beeff;
  font-size:.9em;
  text-transform: uppercase;
  text-align : center;
  line-height : 1.5;
  user-select: none;
}