How can I change the size of the content frame to align it to the footer line? The distance between TEXT3 and the bottom page edge should be the same as the distance between TEXT1 and the top page edge.
I want to do this just on the title page.
MWE:
\documentclass[titlepage]{scrartcl}
\usepackage{showframe}
\begin{document}
\begin{titlepage}
TEXT1
\vfill
TEXT2
\vfill
TEXT3
\end{titlepage}
\end{document}