What are you most proud of, and what would you do differently next time?
My mastery of structures has improved.
What challenges did you encounter, and how did you overcome them?
My main problem was with the "Hover" section. I was able to implement it to some extent, but if anyone has a more correct and better solution, please help me. Thanks.
What specific areas of your project would you like help with?
To answer your question, if you are simply trying to center the item element for display, you can give the body a min-height of 100vh so that it covers the entire screen without extending above or below. Then, you can use flex on the body to center the item.
I would also recommend avoiding unnecessary divs to wrap elements. This will help you write cleaner and more well-structured HTML. Try using more semantic HTML tags. Additionally, you should add more meaningful text to the alt attribute of your images, for example, the author's image.
Overall, everything looks good. Just one thing: if you could add a transition to the box shadow after the "HTML & CSS foundations" text receives a hover, that would be great.