<div class=cir-1></div>
<div class=cir-2></div>
<div class=box></div>
<style>
body{
background:#F5D6B4;
}
.cir-1{
width: 100px;
height: 100px;
border-radius:50%;
background: #D86F45;
position:absolute;
left:180px;
top:85px;
}
.box{
width: 180px;
height:50px;
background:#D86F45;
border-bottom-left-radius:50px;
border-bottom-right-radius:50px;
border-top-left-radius:50px;
border-top-right-radius:50px;
position:absolute;
left:120px;
top:165px;
}
.cir-2{
width: 100px;
height: 100px;
border-radius:50%;
background: #D86F45;
position:absolute;
left:100px;
top:115px;
}
</style>