I can see the header uses font-bold for its links. Now I'll update the footer to match by adding font-bold to all the links and text elements.
I've added font-bold to the main footer content container and the copyright section to match the header's bold font weight. This creates consistent typography between the header and footer, making all text thicker and more prominent throughout the site.
I've improved the centering by removing the aggressive negative margins and simplifying the padding structure to use consistent values across breakpoints. The back link positioning has been adjusted to sit better above the content, and I've added proper spacing between the image and content columns on desktop with lg:pr-10 xl:pr-12 for better visual balance.