
body {background-color: #4f68bc;}
.painting {
  width: 500px;
  height: 500px;
  background: #c2af91;
  border-radius: 5% ;
  position: absolute;
  bottom: 0px;
  right: 200px;
}


.rectangle {
  width: 150px;
  height: 300px;
  background: #d7c1a7;
  border-radius: 30% ;
  position: absolute;
  bottom: 0px;
  right: 80px;
}

.circle {
   width: 80px;
   height: 80px;
   background: #f7ac63;
   border-radius: 50% ;
  position: absolute;
  bottom: 0px;
  right: 60px;

 }


    .lemon {
       width: 50px;
       height: 50px;
       background: #ffbe00;
       border-radius: 50% ;
       position: absolute;
       bottom: 0px;
       right: 55px;
     }

     .tv {
   width: 200px;
   height: 100px;
   margin: 20px 0;
   background: #f64126;
   border-radius: 50% / 10%;
   position: absolute;
   bottom: 0px;
   left: -400px;
 }

   .mug {
     width: 100px;
     height: 150px;
     background:white;
     border-radius: 30% ;
     position: absolute;
     bottom: 0px;
     left: -90px;
   }
