$(document).ready(function(){ //RELEASE 0: //Link this script and the jQuery library to the jquery_example.html file and analyze what this code does. $('body').css({'background-color': 'pink'}) //RELEASE 1: var bodyElement = $('body') var mascot = $(".mascot") var h1 = $("h1") var image = $("img") //RELEASE 2: // Add code here to modify the css and html of DOM elements h1.css({"color": "navy"}); h1.css({"text-align": "center"}); h1.css({"border-color": "gray", "border-width":"2px", "border-style":"solid"}); bodyElement.css({"background-color": "white"}); image.before("