Use the HTML DOM to change the text size of <p> to 40 pixels.
Hint: element.style.fontSize = "value"
Hello World!