what i want to achieve:
my code:
\documentclass{article}
\usepackage{tikz}
\begin{document}
\centering
\begin{tikzpicture}[thick]
\draw (-1,0) rectangle (16,10);
\draw (10,5) circle (5);
\draw (5,5) circle (5);
\node at (14,9.5) {$\Omega$};
\linespread{1.5} %
\node at (2.5,5) {\shortstack{the day\\went out to\\an ice-cream, we said\\just let our silence melt\\the air as we walked across the\\our love never tiring}};
\node at (12.5,5) {\shortstack{should\\talked it over but\\ever seems to get\\your fat head.You are too\\and l wish we had never met\\and l$^{,}$d married Tim instead}};
\node at (7.5,5) {\shortstack{we\\have\\nothing\\in\\common}};
\end{tikzpicture}
\end{document}
I hope that the picture can better grasp the relative distance and make the picture more beautiful.
Because this is a collection of poetry and mathematics, I hope that the corresponding structural features will be more obvious.
thanks for your help!


