body{
  
  background-color: darkgrey;
}

.levels{
  width: 100%;
  height: 100%;
}

.blocks{
  height: 25px;
}

#player{
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: red;
  
}









