I can print centered text just fine using myString.center(shutil.get_terminal_size().columns)
and colors using colorama. However, using them together offsets the text.
How do I print colored text in the center of the terminal without the offset the coloring creates?