async function fetchTrending() {
    // const res = await fetch("https://api.giphy.com/v1/gifs/trending?limit=25");
    // const json = await res.json();

    // main.innerHTML = json.data.map(createMeme).join('\n');
}