Given a list of integers, write a function to find the maximum product of two distinct elements in the list.
[2, 5, 4, 1, 3]
20
Bot