\documentclass[a4paper,12pt]{article}
\usepackage[left=2.5cm, right=2.5cm, top=2.5cm, bottom=2.5cm]{geometry}
\usepackage{titlesec}
\usepackage{graphicx}
\usepackage{lmodern}
\usepackage{enumitem}
\usepackage{setspace}
\usepackage{fancyhdr}
\usepackage{times} 


\pagestyle{fancy}
\fancyhf{}
\lhead{II. Workshop on Applied Mathematics and Statistics}

\renewcommand{\headrulewidth}{0.4pt}


\titleformat{\section}{\centering\large\bfseries}{}{0em}{}

\begin{document}

%\noindent \rule{\textwidth}{0.4pt} 
\vspace{10pt}


\section*{Title of the Abstract}
\begin{center}
    {\bf Author One$^1$, Author Two$^2$, Author Three$^3$} \\
    {\it $^1$Affiliation One, Institution Name, City, Country} \\
    {\it $^2$Affiliation Two, Institution Name, City, Country} \\
    {\it $^3$Affiliation Three, Institution Name, City, Country} \\
    {Email One, Email Two, Email Three} 
\end{center}

\vspace{10pt}
\noindent \textbf{Abstract:} 
\newline
The abstract should be written in a single paragraph and should not exceed 250 words. It should clearly state the research problem, objectives, methodology, main results, and conclusions. Please avoid citations, figures, and tables in the abstract.

\vspace{5pt}
\noindent \textbf{Keywords:} Keyword1, Keyword2, Keyword3 (Up to 5 keywords, separated by commas)

\vspace{10pt}
\noindent \textbf{References}

\begin{enumerate}
    \item Doe, J. (2020). \textit{Title of the book}. Publisher.
    \item Smith, A. B. (2019). Title of the article. \textit{Journal Name}, \textit{10}(2), 123-134. https://doi.org/xxxxx
    \item Brown, C. (2021). Conference paper title. In \textit{Proceedings of the International Conference on Applied Mathematics} (pp. 45-56). City, Country.
    \item Lee, D., \& Wang, Y. (2018). Research report title. \textit{Institution or Organization}. Retrieved from https://www.website.com
\end{enumerate}

\noindent \rule{\textwidth}{0.4pt} \vspace{10pt}

\end{document}