Create a Windows application in C# that can be used to changethe form color. Your form background color should initially beblue. Provide at least two buttons with two different color choicesand a Reset option. Change the font style and size on buttons.Align the buttons so that they are in the center of the form. Thecolor choice buttons should be the same size. Add event handlersfor the buttons so that when the user click the button, the formchanges the color, and the message box is displayed alerting theuser to what color the form is. Be sure to name any controls usedin the program statements prior to registering your event. Changethe default title bar text.