When using thumbnails, they can exhibit quite visible compression artifacts:
However, if we add a little blur with css (filter: blur(5px)), it looks much more pleasing to the eye, without adding much to the weight of the HTML:
This tasks involves adding the proper CSS filter to the image. We need to avoid the white/transparent "glow" at the edges of the image. The task should be implemented in a way that avoids this.