@import "./css.css";
#world {
  background: #000000;
  position:absolute;
  width:100%;
  height:100%;
  overflow:hidden;
}
#instructions{
  position:absolute;
  width:100%;
  top:50%;
  margin: auto;
  margin-top:120px;
  font-family: "Lucida Console", "Courier New", monospace;
  color:#ffffff;
  font-size:.8em;
  text-transform: uppercase;
  text-align : center;
  line-height : 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.lightInstructions {
  color:#00fdff;
  font-size:.9em;
}
#credits{
  position:absolute;
  width:100%;
  margin: auto;
  bottom:0;
  margin-bottom:20px;
  font-family: "Lucida Console", "Courier New", monospace;
  color:#00fdff;
  font-size:0.6em;
  text-transform: uppercase;
  text-align : center;
}
#credits a {
  color:#f89a78;
}

#power {
  position:absolute;
  width:100%;
  top:45%;
  margin: auto;
  margin-top:-220px;
  font-family: "Lucida Console", "Courier New", monospace;
  color:#00fdff;
  font-size: 4em;
  text-transform: uppercase;
  text-align : center;
  line-height : 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}