Thank you — your message was sent successfully.

    `;
    document.body.appendChild(thankYou);
    setTimeout(() => thankYou.remove(), 3500);
    }, false);