.main img{
}

#desk {
	top: 40%;
  left: 25%;
  position: absolute;
  width: 700px;
  height: auto;
}

#computer {
	position: absolute;
	width: 350px;
	top: 12%;
	left: 40%;
}

#book {
	position: absolute;
	width: 400px;
	left: -10%;
	rotate: -8deg;
}

#door {
	position: absolute;
	right: 0;
	rotate: 60deg;
	top: 50%;
}

body {
	background-image: repeating-linear-gradient(#f7f43d, #9df73d 10px, #9df73d 10px, #f7f43d 20px);
	background-color: #f7f43d;
}
