body {
  margin: 0;
}

.desk {
  position: relative;
  min-height: 100vh;
  background-image: url("checkers.jpg");
  background-repeat: repeat;
  display: flex; 
  justify-content: center; 
  align-items: center;
}

.stage {
  position: relative;
  width: 1200px;
  height: 800px; 
}

.computer {
  position: absolute;
  top: 150px;
  left: 300px;
  width: 700px;
  z-index: 10;
}

.notepad{
  position: absolute;
  top: 425px;
  left: 250px;
  width: 250px;
  z-index: 1;
}

.vinyl{
 position: absolute;
 top: 225px;
 left: 260px;
 width: 250px;
 z-index: 2;
}

.ranalog{
  position: absolute;
  top: 70px;
  left:310px;
  width: 600px;
  z-index: 15;
}

.check{
  position: absolute;
  top: 200px;
  right:200px;
  width: 200px;
  z-index: 4;
}

.digicam{
  position: absolute;
  bottom: 225px;
  right: 215px;
  width: 200px;
  z-index: 5;
}

.screen-text {
  position: absolute;
  top: 325px;
  left: 550px;
  width: 500px;
  color: lime;
  font-family: 'VT323', monospace;
  font-size: 24px;
  z-index: 20;
}

.note {
  position: absolute;
  bottom: 215px;
  left: 425px;
  width: 80px;
  z-index: 40;
}


#letter-closed {
  position: absolute;
  bottom: 300px;
  right: 200px;
  width: 200px;
  cursor: pointer;
  z-index: 25;
}

#letter-open {
  position: absolute;
  bottom: 300px;
  right: 200px;
  width: 200px;
  display: none;
  z-index: 29;
}

#letter-text {
  position: absolute;
  bottom: 425px;
  right: 150px;
  width: 200px;
  display: none;
  font-family: 'Dancing Script', cursive;
  z-index: 30;
}




  
  