Make your website responsive
If I view the CFB picks page from a browser on my phone it is a bad experience. Sometimes the bottom of the table gets cut off completely and columns will overlap other columns.
Even your desktop site has some styling issues as the "pick distribution" section is slightly overlapping the confidence points column so the numbers are being covered up. It lacks basic accessibility.
Your CSS is using a position "relative" layout which are causing this overlap issue, but a simple CSS grid would prevent this sort of thing from happening. I don't know why your page has a set width for the content either, it should be adaptive.
1st
ranked
