body {
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 0; 
  margin: 0;
  text-align: center;
  width:100%;
}

#hover {
  position: absolute;
}
#game {
  position: absolute;
  top: 0px;
  left: 0px;
  
} #light {
  position: absolute;
  top: 0px;
  left: 0px;
  
}
#UI {
  position: absolute;
  top: 0px;
  left: 0px;
}
#loadingBackground {
  height: 200px;
  width: 200px;
  margin-bottom: 15px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: "#4287f5";
}
#loading {
  height: 200px;
  width: 200px;
  margin-bottom: 15px;
  position: absolute;
  left: 0;
  top: 0;
}



.absolute {
  height: 500px;
  width: 500px;
  margin-bottom: 15px;
  position: absolute;
}
.box {
  height: 200px;
  width: 200px;
  margin-bottom: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.red {
  background-color: "#333333";
}

.green {
  background-color: green;
}

.blue {
  background-color: blue;
}