Which part of the following CSS code would you edit in order to change the background color of the overall web page? body { color: #000000 background-color: #C9E1FF font-family: Arial, "Lucida Console" , sans-serif} h1 { color: #114485 font-size: x-large font-family: Georgia, "Times New Roman" , Times, serif; } (1 point) Responses background-color: #C9E1FF background-color: #C9E1FF body { body { color: #000000 color: #000000 color: #114485

You would edit the background-color property of the body selector to change the background color of the overall web page.