How can I make the spacing of the x, y and z columns the same size. The code follows below. It also follows a picture of how it is.
Thank you for the help.
\begin{table}[!h]
\caption{Nível e dimensões das \emph{boxes} de refinamento utilizadas neste trabalho.}
\begin{center}
\begin{tabular}{c|c|c|c}
\hline
\multirow{2}{*}{Nível de Refinamento} & \multicolumn{3}{c}{Dimensões da \emph{Box} de Refinamento {[}m{]}} \\ \cline{2-4}
& x & y & z \\ \hline
5 & 1,000 & 1,000 & 2,500 \\ \hline
6 & 0,750 & 0,750 & 1,250 \\ \hline
7 & 0,500 & 0,500 & 0,625 \\ \hline
\end{tabular}
\end{center}
\label{tabrefinamento}
\legend{Fonte: Próprio Autor.}
\end{table}

