The function takes a string input and returns a modified string output with a specific theme. The theme is determined by the input string. For example, if the input string is "Hello", the output will be "Hello World!". If the input string is "Goodbye", the output will be "Goodbye Cruel World!". If the input string is "Python is great", the output will be "Python is the best programming language ever!".

