Color Changer
Create a simple \"Color Changer\" application. The application should have the following behaviour: - The page should contain a div with the ID colorBox that displays a color.
- There should be a button with the ID changeColorButton that changes the color of the colorBox to a random color when clicked.
- The initial color of the colorBox should be red.
- The colorBox should be styled with a fixed size of 100px by 100px and centered on the page.