Hello and welcome, your background url should be this which is given in the challenge: https://cdn-media-1.freecodecamp.org/imgr/MJAkxbh.png
You simply need to remove the url you added and paste the given link in the challenge.
Solution:
<style>
body {
background: url("https://cdn-media-1.freecodecamp.org/imgr/MJAkxbh.png");
}
</style>