Mike has shown the demonstration application to some friends and they find that it is difficult to tell the entries apart. Mike feels that this problem could be addressed by making diary entries more distinct from each other. Make the necessary minor changes to the CSS to improve its appearance in this respect by adding padding on each individual post and a visually distinct background color for the posts. Posts can have different background color each or alternate colors. You should not change the HTML to achieve this. In your solution document, provide your amended code and a screenshot showing the new appearance of the diary entries. Making and testing this change First, try using the application, adding and removing diary entries. Use your browser developer tools to see what HTML elements are initially on the page and are subsequently added to the page, and explore the CSS rules that apply to each part. Open the CSS file in your text editor and read the comments that explain the purpose of each CSS selector and rule. Identify the rules that affect the general appearance of diary entries. Plan and make your changes to the CSS, which you should see take effect as soon as you reload the page.