\documentclass[12pt,a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{graphicx}
\usepackage[square,sort,comma,numbers]{natbib}
\usepackage[left=1.25in,right=1in,top=1in,bottom=1in]{geometry}
\usepackage{makeidx}
\usepackage{enumerate}
\usepackage{setspace}
\setstretch{1.5}
\hyphenpenalty
\exhyphenpenalty
\begin{document}
%\baselinestretch{1.5 cm}
%-----Title Page-------------------------------------------------
\begin{titlepage}
{\centering{\LARGE{\textbf{Topic Name}}}\\\vspace*{\fill} {\large{A project report\\[0.2cm] submitted by}}\\\vspace*{\fill} {\Large{\itshape Your Name}}\\(2021PMA55**)\\ \vspace*{\fill}{\large under the supervision of}\\[0.2cm]
{\Large \textit{Dr. ******}}\\\vspace*{\fill}{\large in partial fulfillment of\\ the requirements for the degree of} \\
{\Large Master of Technology (Bio-Informatics)} \\\vspace*{\fill} to the\\\vspace*{\fill}
\includegraphics[scale=0.8]{logo.png}\\[0.5cm]
{\large Department of Applied Science \\ Indian Institute of Information Technology, Allahabad} \\ December 2022
\newpage
Indian Institute of Information Technology, Allahabad\\DEPARTMENT OF Applied Science \\
\vspace{1cm}
{\LARGE \textbf{DECLARATION}}\\}
\vspace{1cm}
I hereby declare that the work reported in the project titled \textbf{``Topic Name"} submitted for the partial fulfillment of M.Tech. degree at the Department of Applied Science, Indian Institute of Information Technology, Allahabad, is record of my work carried out under the supervision of \textit{Dr. ****}.
\vspace{3cm}
\begin{flushright}
{\Large YourName}\\(M.Tech. Final)\\
Department of Applied Science\\IIIT Allahabad\\December 2022
\end{flushright}
\newpage
\begin{center}
{\LARGE \textbf{ACKNOWLEDGEMENT}}\\
\end{center}
\vspace{1cm}
As a matter of first importance, I offer my genuine thanks to my supervisor Dr. ****, Associate Professor, IIIT Allahabad. I appreciate his support and help during the project work. Own Ideas/Acknowledgement\\
\vspace{1cm}
\begin{flushright}
{\large YourName}\\(2021PMA55**)\\
\end{flushright}
\end{titlepage}
%---------End of Title Page-----------------------------------------------
%---------Contents Page---Don't Change-----------------------------------
\newpage
\tableofcontents
\newpage
%----------Your Content Starts from here----------------------------------
\section{Introduction}
\vspace{1cm}
%Start Here
\newpage
\section{Preliminaries}
\vspace{1cm}
%Start Here
\newpage
\section{ChapterName}
\vspace{1cm}
%Start Here
\newpage
\section{ChapterName}
\vspace{1cm}
%Start Here
\newpage
%--------End of Content----------------------------------------
%--------Bibliography-------------------------------------
\bibliographystyle{amsplain}
\begin{thebibliography}{10}
\bibitem{beer1} Author Name, \textit{Book Name/Article Name}, Publisher Name , (Year).
\end{thebibliography}
%---------End of Bibliography---------------------------------
\end{document}