Contact and Newsletter
document.addEventListener("DOMContentLoaded", function () { let headings = document.querySelectorAll("h2, h3, h4, h5, h6"); headings.forEach(function (heading) { heading.style.marginTop = "10px"; heading.style.marginBottom = "10px"; heading.style.lineHeight = "1.2"; }); });