<p><p><p>
<style>
body {
background: #293462;
}
p {
position: absolute;
top: 94px;
left: 100px;
border-radius: 20px;
background: #A64942;
width: 200px;
height: 100px;
}
p + p + p {
background: #A64942;
top: 104px;
left: 130px;
width: 140px;
height: 40px;
}
p + p {
top: 74px;
background: #FE5F55;
}
</style>