#canvas{
  position: absolute;
  width: 600px;
  height: 300px;
  top: 50px;
  left: 0;
  border: 5px solid black;
  border-radius: 10px;
  z-index: -1;
}
#instructions {
  position: absolute;
  top: 400px;
  left: 400px;
  width: 570px;
  height: 100px;
  background-color: lightsteelblue;
  border: 3px solid black;
  padding: 10px;
  text-align: center;
}
#minimap{
  border: 1px solid black;
  position: absolute;
  top:50px;
  left: 700px;
  width: 300px;
  height: 300px;
}
#screenshot-wrapper{
  position: absolute;
  top: 400px;
  left: 0px;
  border: 1px solid black;
}
#camera{
  width: 100px;
  position: absolute; 
  left: 505px;
  top: 230px;  
}
