How do I put the title in the center of a slide:
I have the following code:
\begin{document}
\begin{frame}
\titlepage
\end{frame}
% Uncomment these lines for an automatically generated outline.
%\begin{frame}{Outline}
% \tableofcontents
%\end{frame}
\section{Outline}
\begin{frame}{Outline}
\begin{itemize}
\item Semidefinite Relaxations over Rotation Matrices
\item Attitude Estimation of Satellite
\item Future Work
\end{itemize}
\end{frame}
The following is its image. How do I put the "Outline" in the center? (i.e. just horizontally shift "Outline" to the center.)

