body{
  background-image: url("room.png");
   cursor: url("cursor.gif"), auto;
}
.exit{
  font-size: 40px;
  color: black;
  text-decoration: none;
}
.room{
  width: 100%;
  cursor: url("cursor.gif"), auto;
}
.tv{
  position: absolute;
  left: 400px;
  top: 50px;
}
.stereo{
  position: absolute;
  left: 50px;
  top: 75px;
}
.books{
  position: absolute;
  left: 208px;
  top: 448px;
  transform: rotate(90deg);
}
.books2{
  position: absolute;
  transform: rotate(90deg);
  left: 320px;
  top: 440px;
}
.tv:hover{
  transition: transform .2s;
    transform: scale(1.5);
}
.stereo:hover{
  transition: transform .2s;
    transform: scale(1.5);
}
.books2:hover{
  transition: transform .2s;
    transform: scale(1.5);
}