<svg width=300 height=300 style="background-color:aqua;border-radius:20px;">
<g transform="translate(0,-100)">
<circle r=40 transform="translate(160,150)" fill='orange' stroke='blue' > </circle>
<circle r=20 transform="translate(260,150)" fill='orange' stroke='blue' > </circle>
</g>
</svg>