<p a><p b><p c>
<style>
body {
margin: 50px 150px;
background: #293462;
}
[a] {
margin-bottom: 0;
width: 100px;
height: 150px;
background: #FFF1C1;
border-radius: 100px 100px 40px 40px;
}
[b], [c] {
margin: 0 35px;
height: 10px;
width: 30px;
background: #A64942;
}
[c] {
height: 40px;
border-radius: 0 0 10px 10px;
background: #FE5F55;
}
</style>