I have an issue with using vspace. I have a page, blank with the following lines
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{epigraph}
\begin{document}
\emph{Alpha Beta}
\epigraph{\emph{An Alpha is a Beta when Gamma is dropped :D}}{\textit{a donkey}}
\end{document}
I want to put \emph{Alpha Beta} exactly in the center of the page, and \epigraph{\emph{An Alpha is a Beta when Gamma is dropped :D}}{\textit{a donkey}} exactly at the bottom right of the page. I tried pushing the epigraph down with vspace, it works but the vspace moves \emph{Alpha Beta} aways from the center (pushes it up).