body {
  background: #010101;
}

.scene {
  background-image: url("../imgs/fst-floor/living-room/living-room.png");
  overflow: visible;
}

.dust-container {
  width: 50%;
}

.room-light {
  top: 25%;
  left: 15%;

  width: 25%;
  height: 50%;
    
  transform: translate(-100%, -50%);

  background: radial-gradient(circle at center, 
    rgba(235, 120, 21, 0.8) 0%, 
    rgba(235, 120, 21, 0.4) 20%, 
    rgba(235, 120, 21, 0.1) 60%, 
    transparent 70%
  );
}
