Hi can someone please help me neaten this table up. It's going out of the page and I think want it to be pretty.
\documentclass[12pt]{article} % You can set font size here
\usepackage
[
a4paper,% other options: a3paper, a5paper, etc
% left=2.54cm,
% right=2.54cm,
% top=2.54cm,
% bottom=2.54cm,
margin = 2.54cm
% use vmargin=2cm to make vertical margins equal to 2cm.
% us hmargin=3cm to make horizontal margins equal to 3cm.
% use margin=3cm to make all margins equal to 3cm.
]
{geometry}
\usepackage[utf8]{inputenc}
%% Useful packages
\usepackage{amsmath,amsthm,amssymb,amsfonts}
\usepackage{graphicx}
\usepackage{subfigure}
%\usepackage[colorinlistoftodos]{todonotes}
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
\usepackage{float}
\usepackage[title]{appendix}
\usepackage{multirow}
\usepackage{pgfgantt}
\usepackage{setspace}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric, arrows}
\renewcommand{\familydefault}{\sfdefault}
\usepackage[square,numbers]{natbib}
\bibliographystyle{agsm} %harvard referencing style
\usepackage[none]{hyphenat}
\title{\vspace{-2cm} Simulation Project Report}
\author{\textbf{Authors: Jing Ting Chong, Ishaan Singh Jolly}}
\date{}
\begin{document}
\begin{table}[h]\small
\vspace{0.5cm}
\caption{Parameter Estimation}
\centering
{
\begin{tabular}{|c| c |c |c| c|}
\hline
Parameters & Inter arrival Times & Service times for Initial Phase & Service Times for Placing Keyboard and Mouse & Service Times for Assembling the Case \
\hline
Distribution & Exponential & Lognormal & Uniform & Uniform\
\hline
Parameter Estimation & $Lambda: 0.174883079$ & $Mean: 0.932845171$ & $Min(a): 13.4587$ & $Min(a): 4.91495$ \
\hline
Parameter Estimation & $Average: 5.718106099$ & $ Deviation: 0.375378955$ & $Min(b): 6.00524$ & $Min(b) 3.78655$ \
\hline
\end{tabular}}
\end{table}
\end{document}

