I have the following problem:
I attempted to center it both vertically and horizontally, however the second line, as you can see, is not centered. For clarity, here is how I'd expect it to look (taken from Word):
I am aware that it is a different font, but that doesn't matter.
Any help to make the first Section Heading look like the second would be greatly appreciated!
To center it, I used the code from this answer
Here is the code (it is probably terrible, I just started using Latex):
\documentclass{article}
\usepackage{titlesec}
\usepackage{lmodern}
\titleformat{\section}{\fontfamily{lmr}\selectfont\fontsize{72pt}{86.4pt}\bfseries}{\thesection}{1em}{}
\begin{document}
\clearpage
\vspace*{\fill}
\begin{center}
\begin{minipage}{\textwidth}
\centering
\section*{Example Section}
\end{minipage}
\end{center}
\vfill
\clearpage
\end{document}

\sectioninsidebegin{center}that's wrong, but as you have shown no code it is hard to guess – David Carlisle Mar 05 '18 at 21:41\section, – David Carlisle Mar 05 '18 at 22:03! Paragraph ended before \ttl@format@ii was complete.here? do you get the same (after an error, it's best to post the error message, not the pdf output, which is just arbitrary after an error recovery) – David Carlisle Mar 05 '18 at 22:30}missing after72pt– samcarter_is_at_topanswers.xyz Mar 05 '18 at 22:31