body {
  background-image: url("https://gaxolotlsite.neocities.org/bgs/pinkwallpaper.png");
  margin:20px;
}

img {
  margin:10px;
}

.shelved {
  background-image: url("https://gaxolotlsite.neocities.org/furniture/bookshelf.png");
   background-repeat: no-repeat;
   background-position: center center;
   text-align: match-parent;
}

.desk-container {
  position: relative; /* Positioning context for absolute children */
}

.desk-image {
  position: relative; /* Helps container recognize its size */
}

.typewriter-image {
  position: absolute;
  top: -160px; /* Adjust as needed */
  left: 800px; /* Adjust as needed */
  z-index: 2; /* Place on top of desk */
}

.burger-image {
  position: absolute;
  top: -60px; /* Adjust as needed */
  left: 1000px; /* Adjust as needed */
  z-index: 3; /* Place on top of desk and laptop */
}

.cola-image {
  position: absolute;
  top:-110px;
  left:680px;
  z-index: 1;
}
