body {background-color:pink;
}


.vertical{width: 70px;
height:250px;

background: #000;
border-radius: 5%;
position: absolute;
top:100px;
left:780px;}


.circleb{width: 200px;
  height:250px;

  background: #000;
  border-top-left-radius:80%;
  border-bottom-left-radius: 80%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  position: absolute;

  top:100px;
  left:600px;}


  .circlew{width:60px;
    height:60px;
    border-radius: 50%;
    background-color:pink;
    position: relative;
   top:110px;
  left:680px;}
