body {background-color:lightblue;
}
.vertical{width: 70px;
height:250px;

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

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

  background: #000;
  border-top-left-radius:50%;
  border-bottom-left-radius: 00%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0%;
  position: absolute;
  top:100px;
  left:600px;}

.circlep{
  width:80px;
    height:80px;
    border-radius: 50%;
    background-color:lightblue;
    position: relative;
   top:230px;
  left:660px;
}
