Objective: Create an interactive web page with buttons that not only change color upon being clicked, but also change the color of the text above it.
Problem: Functions would be required to get the buttons to do something upon being clicked, and there would have to be code for the colors.
Solution: A function was created to make the buttons change color upon being clicked.