We want to get the image from inside the #page element.
Code el.querySelector("img") to look for img elements that are children of the element with the ID #page.
Make sure to pick el followed by . and then querySelector, (, "img", ).