svg`
<svg width = "700" height = "700">
<text x="50" y="25">Scary cat</text>
<circle cx="250" cy="100" r="85" fill="brown"/>
<ellipse cx="200" cy="100" rx="25" ry="20" fill="white"/>
<ellipse cx="200" cy="${slider}" rx="15" ry="10" fill="blue"/>
<ellipse cx="300" cy="100" rx="25" ry="20" fill="white"/>
<ellipse cx="300" cy="${slider}" rx="15" ry="10" fill="blue"/>
<line x1="240" y1="130" x2="150" y2="130" stroke="black" stroke-width="2"/>
<line x1="240" y1="135" x2="150" y2="145" stroke="black" stroke-width="2"/>
<line x1="260" y1="130" x2="350" y2="130" stroke="black" stroke-width="6"/>
<line x1="260" y1="135" x2="350" y2="145" stroke="black" stroke-width="4"/>
<rect x="100" y="200" width="300" height="200" fill="brown"/>
</svg>
`