<div id="box"></div> <div class="title"></div>
const box = document.querySelector("#box"); const title = document.querySelector(".title");