Nice job Burrito Doggie! Thanks for the nice feedback on my project too!
Just a couple of small suggestions!
Your .card class could be a <main> component. It's good practice to use appropriate semantic HTML wherever possible.
Make sure you follow the style guide! An easy way to do this is with CSS variables/custom properties. Just add the variables at the top of your CSS file, and then use them for colors/fonts/sizes when you need them.