Write a recursive Python function called merge_sort(…) that takes an unsorted list of integers as input and returns a sorted list in descending order using the merge sort algorithm.