body{
  background-image:url("https://i.ibb.co/TxdNjMyb/image.png");
}
floor{
  background-image:url("https://i.ibb.co/xpQ9pzv/MYWOOD.png");
  border: 20px double black;
  border-image: url("https://i.ibb.co/jvKPCdYq/SB188.jpg") 200 round;
  border-bottom:none;
  border-right:none;
  border-left:none;
  position: fixed;
  bottom:0;
  width:100%;
  height:20%;
  padding:0;
  margin:0;
  left:0px;
}
.desk{
position:absolute;
top:50%;
bottom:50%;
width:650px;
  transform: translate(100%,0%);
}
.window{
  position:absolute;
  transform:translate(20%,30%);
  width: 50%;
}