* {
  -webkit-user-select: none;
  user-select: none;
}

html, body { 
  background-color: #000;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}

#phaser-div{
  width: 1024px;
  position: absolute;
  left: 50%;
  border: 10px solid rgba(255, 255, 255, 0.16);
  border-radius: 5px;
  margin: 0 0 0 -512px;
}

.info{
  width: 1024px;
  left:50%;
  position:absolute;
  margin:775px 0 0 -512px;
  color:white;
  font-family: "monospace";
}

.info a{
  color:white;
}