#lowercase-d{
  background-color: white;
  border-radius: 250px 50px 50px 250px;
  -moz-border-radius: 250px 50px 50px 250px;
  -webkit-border-radius: 250px 50px 50px 250px;
  border: 40px solid #000000;
  width:250px;
  height:220px;
  position:absolute;
  top:230px;
  left:80px;
} 
 
#rectangle {
  width: 60px;
  height: 505px;
  background: black;
  position:absolute;
  /*border-radius:20px;*/
  top:25px;
  left:350px;
}