\documentclass[a4paper]{article}
\usepackage{macros-ohp}
\definecolor{vrscolor}{RGB}{236, 234, 178}
%Please make sure the tex is compiled twice to have all the background images displayed correctly.
\title{\Huge \textbf{ \textcolor{vrscolor}{ \textless Project Title\textgreater}}}
\author{\Huge \textless Author Name\textgreater\\
\Large Supervised by \textless Name\textgreater \\
\Large \textless University\textgreater\\
}
\date{}
\linespread{1.5}
\begin{document}
\begin{titlingpage}
\tikz[remember picture,overlay] \node[opacity=1,inner sep=0pt] at (current page.center){\includegraphics[width=\paperwidth,height=\paperheight]{imgs/background.png}};
\vspace*{3.5cm}
{\let\newpage\relax\maketitle}
\vspace*{\fill}
\end{titlingpage}
The first page of the report.
\Blinddocument
\end{document}