Inside el we'll want to store the second div element with the ID page.
el
div
page
Make sure to pick document.querySelector followed by ( and then "#page", ).
document.querySelector
(
"#page"
)