body{
  background-color:lightblue; 
}

#game{
  margin-left:15vw;
  margin-top:15vh;
  width:70vw;
  height:70vh;
  background-color:blue;
}

#object1{
  left:500px;
  top:100px;
  position:relative;
  background-color:white;
  width:300px;
  height:50px;
}

#player{
  position:absolute;
  left:50vw;
  top:50vh;
  height:50px;
  width:50px;
  background-color:red;
}