What are you most proud of, and what would you do differently next time?
I'm most proud of being able to complete my first ever project on this site.
What challenges did you encounter, and how did you overcome them?
The main challenges stemmed from CSS and using div elements to place the objects the way I wanted it to. Lots of trial and error and various YouTube videos later, I was able to get it right.
What specific areas of your project would you like help with?
I would like feedback on the sizing and placement of the image as well as the text inside of my div element with a class of "box". Furthermore, I'd like to know how off I was with my paddings and if my alternative fonts are good enough to match the original in the design images.
Im clearly a newbie so maybe someone will help you better but I think you should have used the box-sizing: border-box; property on your *{}, it may help you with your margins and paddings ?
Also, the style-guide.md in the starter files gave you the font-family and font-weights that should be used on this project.