body, html {
    height: 100%; /* Ensures the html and body elements take up the full screen height */
    margin: 0;
    padding: 0;
}

body {
 
background-image: url("img/roomBG.png");
background-repeat: no-repeat;
background-size: cover;


}

 #fixed{
  position:fixed;
  bottom:0px;
  left:0px;
  width: 19%; 
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: 2px 2px 4px 0px #FF69B4;
  padding-top: 9%;

}

.Objects {
   height: 50%;
  width: 25%;
  position: fixed;
  padding-bottom: 30px;
  margin: 20px auto;
  }

  Bookshelf:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

Bed {
  display: inline-block;
  }
  
  .flip-horizontal {
  transform: scaleX(-1);
}
