I am using Share Latex site to create slides for my presentation.
I have the following codes:
\documentclass{beamer}
\usetheme{CambridgeUS}
\usepackage{graphicx}
\usepackage{mathabx}
\title{}
\author{}
\institute{}
\date{}
\begin{document}
\begin{frame}
\titlepage
\frametitle{}
\end{frame}
\begin{frame}
\begin{center}
\frametitle{Outline}
\end{center}
\begin{itemize}
\item Introduction
\item Model 1
\item Main Results
\begin{itemize}
\item Graphical Analysis
\end{itemize}
\item Model 2
\item Main Results
\begin{itemize}
\item Graphical Analysis
\item Comparative statics
\end{itemize}
\item Conclusion
\item Appendix
\end{itemize}
\end{frame}
\begin{frame}
\begin{center}
\frametitle{Introduction}
\end{center}
\begin{itemize}
\item Academic dishonesty is a serious issue in many developing countries.
\begin{itemize}
\item Cheating in school is a social norm.
\item Generally, the professors do not take this issue seriously.
\item Low-level of punishment for the perpetrators.
\end{itemize}
\item The objective is to capture a student's decision to either plagiarize or be honest with two prisoner's dilemma models.
\end{itemize}
\end{frame}
\end{document}
I have this slide:

How do I move my sentences up and I also want to create spaces between the sentences?

\frametitleinside acenterenvironment; just use it on its own. – Dec 10 '14 at 21:41