body {
  background-color: #6F8FE5;
}

.painting {
  width:300px;
  height:400px;
  background: #C3B7A4;
  position: absolute;
  left: 40%;
  top: 20%;
}

.vase {
  width:100px;
  height:200px;
  background: #EAD7C5;
  position: absolute;
  left: 60%;
  top: 50%;
}

.vasedesign {
  width:80px;
  height:3px;
  background: #FFA500;
  position: absolute;
  left: 60%;
  top: 60%;
}

.vasedesign1 {
  width:80px;
  height:3px;
  background: #FFA500;
  position: absolute;
  left: 62%;
  top: 52%;
}

.vasedesign2 {
  width:80px;
  height:3px;
  background: #FFA500;
  position: absolute;
  left: 62%;
  top: 65%;
}



.orange {
  width:100px;
  height:100px;
  background: #FFA500;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 65%;

}

.lemon {
  width:65px;
  height:65px;
  background: #FFFF66;
  border-radius: 50%;
  position: absolute;
  left: 47%;
  top: 69%;

}

.cup {
  width:70px;
  height:80px;
  background: #FFFFFF;
  position: absolute;
  left: 40%;
  top: 60%;
}
