body {
	background: white;
}


#container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 700px;
	height: 394px;
	margin: auto;
	overflow: hidden; /* alles was raussteht wird abgeschnitten */
    background: rgb(255,124,0);
    background: linear-gradient(0deg, rgba(255,124,0,1) 0%, rgba(192,98,98,1) 32%, rgba(34,148,195,1) 100%);
}
 
#stamm {
	position: absolute;
	bottom: 0;
	left: 120px;
	width: 26px;
	height: 180px;
	top: 310px;
	background: rgb(220 83 83);}
#baum {
	position: absolute;
	bottom: 0;
	left: 170px;
	width: 25px;
	height: 130px;
	top: 280px;
	background: rgb(220 83 83);
}

#baum-1 {
	position: absolute;
	bottom: 0;
	left: 230px;
	width: 25px;
	height: 150px;
	top: 250px;
	background: rgb(220 83 83);
}
#baum-2 {
	position: absolute;
	bottom: 0;
	left: 360px;
	width: 20px;
	height: 190px;
	top: 240px;
	background: rgb(220 83 83);}

#baum-3 {
	position: absolute;
	bottom: 0;
	left: 300px;
	width: 15px;
	height: 190px;
	top: 220px;
	background: rgb(220 83 83);}

#baum-4 {
	position: absolute;
	bottom: 0;
	left: 339px;
	width: 17px;
	height: 200px;
	top: 200px;
	background: rgb(220 83 83);
}

#egg-1 {
      position: absolute;
      left:330px;
      top: 180px;
      width: 90px;
      height: 105px;
      background: #db7c26;
      border-radius: 90%
    }
    #egg {
      position: absolute;
      left:310px;
      top: 130px;
      width: 95px;
      height: 150px;
      background: #fca311;
      border-radius: 90%

  } #egg-2 {
      position: absolute;
      left:260px;
      top: 120px;
      width: 100px;
      height: 180px;
      background: #d8572a;
      border-radius: 90%
  

  } #egg-3 {
      position: absolute;
      left:180px;
      top: 140px;
      width: 120px;
      height: 150px;
      background: #ee2e31;
      border-radius: 90%
  
} #egg-4 {
      position: absolute;
      left:115px;
      top: 120px;
      width: 140px;
      height: 180px;
      background: #ad2e24;
      border-radius: 90%
  



  } #egg-5 {
      position: absolute;
      left:55px;
      top: 120px;
      width: 160px;
      height: 189px;
      background: #fca311;
      border-radius: 90%

		
