For the width and height of the card, i'm not sure if adding a fixed width and height like I did is a good idea.Maybe using max-width would've been better, not sure.
What challenges did you encounter, and how did you overcome them?Had a hard time creating space around the svg image and similarly border-radius caused me some weird issues.Inside my html file I wrapped the svg img inside of a wrapper and tried setting border-radius on the div wrapper but it didn't work properly.
What specific areas of your project would you like help with?is it better to set a fixed width or use max-width for this particular challenge, or does it not matter that much?after submitting the solution the card is too tall compared to the design and there's a lot of extra space inside of the card(at the bottom), is that happening because i set a fixed height and width on the card?