Given a sentence as a string, write a function that returns a new string with the order of words reversed.
Details:
Example:
Input: " Hello world! Today is a good day. "
Output: "day. good a is Today world! Hello"
Note: June 14 is celebrated as Flag Day in the United States, a time to reflect on unity and freedom. Use your coding skills to bring order out of chaos!