\documentclass{article}
%% Useful packages
\usepackage[utf8]{inputenc}
\usepackage[a4paper,left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage{crop,graphicx,amsmath,array,color,amssymb,fancyhdr,lineno}
\usepackage{flushend,stfloats,amsthm,chngpage,times,,lipsum,lastpage}
\usepackage{calc,listings,color,wrapfig,tabularx,longtable,enumitem}
\usepackage[style=numeric-comp,backend=biber]{biblatex}
\addbibresource{Refs.bib}
\usepackage{lineno}
%%%%%%%%%%%% Header and Footer %%%%%%%%%%%%%
\pagestyle{fancy}
\fancypagestyle{plain}{%
\renewcommand{\headrulewidth}{0pt}%
\fancyhf{}%
}
\title{%
Project Title \\
\large Subtitle}
\author{Random Name}
\begin{document}
\input{Title/title.tex}
\sffamily
\fancyhf{}
\fancyhead[L]{Random Name}
\fancyhead[R]{}
\fancyfoot[R]{ \bf\thepage\ \rm }%
\newpage
\tableofcontents
\listoffigures
\listoftables
\include{Nomenclature.tex}
\input{Main/Introduction.tex}
\input{Main/GuessWhat.tex}
\input{Main/Simpsons.tex}
\pagebreak
\printbibliography[heading=bibnumbered]
\input{Appendix/Appendix.tex}
\end{document}