I tried a to use center tags, I tried to use align: center. I tried a few things and nothing is getting my td tag to center. The td tag I am trying to get centered is the very last picture and it is stuck to the left hand side. also here is the link to the actual page since I used inline css and it might be easier to pick apart in the inspector.
<table>
<tbody>
<tr>
<td><img class="shadowed" src="//cdn.shopify.com/s/files/1/1258/4447/files/pic1_large.jpg?v=1539611201" /></td>
<td><img class="shadowed" src="//cdn.shopify.com/s/files/1/1258/4447/files/pic1_large.jpg?v=1539611201" /></td>
<td><img class="shadowed" src="//cdn.shopify.com/s/files/1/1258/4447/files/pic1_large.jpg?v=1539611201" /></td>
</tr>
<tr>
<td> <img class="shadowed" src="//cdn.shopify.com/s/files/1/1258/4447/files/38-Breckenridge-2-6-6T-Naked-Brass_large.jpg?v=1539704926" alt="" width="613" height="258" /></td>
</tr>
</tbody>
</table>