Here\'s my source image:
And my source image zoomed in:
Try adding a border-radius and a text-shadow in your css.
.box { border-radius:20px; text-shadow:2px 2px black; }
Hope this helps.