function myFunc() { let para = document.getElementById("nav"); para.classList.toggle("open"); }