I have the following matrix
\begin{pmatrix}
1 & 3 & 2 & 6 \\
4 & 1 & 8 & 2 \\
3 & 9 & 4 & 12 \\
12 & 3 & 16 & 4
\end{pmatrix}
And I want the '1' and '6' from the first row and '12' and '4' from the last row to be marked in some way. Either in bold lettering or inside a small 'box' or some other way (not a different color though). I want it to be clear to the reader, these are the Komponents to pay attention to. Does anyone know how to do this?

