body {background-color:#e0453a;
}


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

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


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

background: #000;
border-radius: 5%;
position: absolute;
top:0px;
left:600px;
transform: rotate(90deg);}
