html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  background-image: url('UFO page/final-ufo-inside.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


.distant-computer {
  position: absolute;
  bottom: 250px;
  left: 50%;
  transform: translateX(-50%) scale(0.3); /* 👈 scaled down smaller */
  opacity: 1;
  filter: blur(1px) brightness(0.9);
  z-index: 1;
}

.bed {
 
 position: absolute;
 bottom: 0px;
 left: 15%;
 transform: translateX(-50%) scale(0.65) rotate(-5deg);
 opacity: 1;
 filter: blur(1px) brightness(1.05);
 z-index: 1;
  
}
