This is some text that will be changed
div, button {padding: 10px;} function changeDemo() { document.getElementById("demo").style.fontSize = "20px"; document.getElementById("demo").style.color = "purple"; } function unhideThankYou() { document.getElementById("thankyou").style.visibility = "visible"; } function hideThankYou() { }