\documentclass{article}
%%%%%%%% CREATE DOCUMENT STRUCTURE %%%%%%%%
%% Language and font encodings
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
%\usepackage{subfig}
%% Sets page size and margins
\usepackage[a4paper,top=3cm,bottom=2.5cm,left=2.5cm,right=2.5cm,marginparwidth=1.75cm]{geometry}
%% Useful packages
\usepackage{lipsum}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{mathrsfs}
\usepackage{amsfonts}
\usepackage{graphicx}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{sectsty}
%\usepackage{apacite}
\usepackage{cite}
\usepackage{float}
\usepackage{titling}
\usepackage{blindtext}
%\usepackage[square,sort]{natbib}
%\usepackage[sort]{natbib}
\usepackage{epstopdf}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage{xcolor}
\definecolor{darkgreen}{rgb}{0.0, 0.4, 0.0}
\setlength{\marginparwidth}{2cm}
\usepackage{pdflscape}
\usepackage{helvet}
\renewcommand{\familydefault}{\sfdefault}
\linespread{1.25}
\setlength{\parindent}{1.35cm}
%\title{Short Report for Lab Template FKEKK}
%\author{Ahmad Sadhiqin Mohd Isira}
%\date{January 2023}
\begin{document}
\begin{titlepage}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % horizontal line and its thickness
\center
% Title of the report
\textbf{\Large FINAL LONG LAB REPORT}\\
\vfill
\HRule \\[0.8cm]
\includegraphics[width=0.6\textwidth]{utem-jawi.jpg}\\[0.2cm] % Research Picture
\textbf{\large Fakulti Kejuruteraan Elektronik dan Kejuruteraan Komputer}\\[0.8cm]
\HRule \\
\vfill
%Title of the Research
\textbf{\Large LAB NUMBER}\\[0.1cm]
\textbf{\Large FINAL LONG LAB REPORT TITLE }\\
%\textbf{\Large ELEMENT AND TIME DELAY }\\[0.9cm]
\vfill
%Authors Name
\text{\large \textbf{Author}}\\
\vfill
\textbf{Final Long Report Marks*}\\
\begin{tabular}{|c|l|r|}
\hline
\textbf{No} & \textbf{Assessments} & \textbf{Marks} \\
\hline
\hline
1 & Theory \& Background & /20 \\
\hline
2 & Methodology \& Procedure & /10 \\
\hline
2 & Results & /20 \\
\hline
2 & Analysis \& Discussion & /25 \\
\hline
2 & Conclusion \& Suggestion & /15 \\
\hline
2 & References & /10 \\
\hline
\hline
3 & \textbf{Total Marks} & /100 \\
\hline
\end{tabular}\\
\textit{\small *Version 2021}
\vfill
%IPT/ Faculty / School/ Centre/Unit
{\large 30 December 2022}\\
\vfill
\end{titlepage}
\newpage
%\begin{landscape}
%\thispagestyle{empty}
%\includegraphics[width=1.32\textwidth]{rubric1}
%\end{landscape}
\newpage
%\begin{landscape}
%\thispagestyle{empty}
%\includegraphics[width=1.4\textwidth]{rubric2.png}
%\end{landscape}
%\maketitle
\tableofcontents
\newpage
\section{Theory \& Background}
As cited by \cite{10.5555/519085}
\section{Methodology 7 \& Procedures}
\section{Results}
\section{Analysis \& Discussion}
\section{Conclusion \& Suggestions}
\newpage
%\section*{REFERENCES}
%References
\bibliographystyle{IEEEtran}
\addcontentsline{toc}{section}{References}
\renewcommand{\bibname}{References}
\bibliography{bibliography.bib}
\end{document}