Use the css() method to set the following styles for <p>: Green background color, white text color, 25 pixels font size and a padding of 15 pixels.
Syntax hint: css({"propertyname":"value","propertyname":"value",...});
This is a paragraph.