The "Attempt Now" button in DailyChallenge.jsx feels a bit static. Following our brutalist constraints, add a hard drop-shadow shift on hover. For example, transition from shadow-[8px_8px_0_0_black] to shadow-[4px_4px_0_0_black] and use -translate-x-1 and translate-y-1 to make the button feel like it's being physically pressed down into the page.
The "Attempt Now" button in DailyChallenge.jsx feels a bit static. Following our brutalist constraints, add a hard drop-shadow shift on hover. For example, transition from shadow-[8px_8px_0_0_black] to shadow-[4px_4px_0_0_black] and use -translate-x-1 and translate-y-1 to make the button feel like it's being physically pressed down into the page.