html`<svg style="width:700px; height:700px; border:1px lightgray solid;">
<circle cx="250" cy="250" r="${sliderValue}" fill="pink" stroke="lightgray" stroke-width="10"/>
<circle cx="450" cy="250" r="${sliderValue}" fill="pink" stroke="lightgray" stroke-width="10"/>
<circle cx="350" cy="350" r="100" fill="lightgray"/>
<rect x="250"; y="350" width="200" height="60" fill="lightgray" />
<ellipse cx="325" cy="325" rx="10" ry="15" fill="white" stroke="black" stroke-width="10"/>
<ellipse cx="375" cy="325" rx="10" ry="15" fill="white" stroke="black" stroke-width="10"/>
<line x1="300" y1="380" x2="200" y2="430" stroke="black"/>
<line x1="400" y1="380" x2="500" y2="430" stroke="black"/>
<ellipse cx="350" cy="375" rx="10" ry="15" fill="pink" stroke="darkgray" stroke-width="1"/>
<text x="270" y="550" font-family="serif" font-size="25" fill="gray">Its a mice world</text>
</svg> `