Link of the image in "Create Texture by Adding a Subtle Pattern as a Background Image" challenge isn't working

what’s happening:

My code passed all the tests but I can’t see the background changed, I think the URL of the image isn’t working anymore.

My code so far


<style>
  body {
    background: url(https://i.imgur.com/MJAkxbh.png);
  }
</style>

My browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/applied-visual-design/create-texture-by-adding-a-subtle-pattern-as-a-background-image

I believe that there is work going on behind the scenes to move all image files away from imagur because imagur is blocked in some regions.