body {background-color: #4f68bc;}

.square {
  width: 200px;
  height: 100px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0px;
  right: -200px;
}
 .rectangle {
   width: 100px;
   height: 500px;
   background: #FFFFFF;
   position: absolute;
   bottom: 200px;
   right: 700px;
 }
 .circle {
  position: absolute;
  background: #4f68bc;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 400px;
  right: 600px;


}
