The size of the profile is too large, I would recommend between 50 to 80 px.
The spacing of the name and address and the quote are not matching the preview that Frontend Mentor gives, look more closely at the spacing of those elements
The text that reads "GitHub, Frontend Mentor" etc... Are not considered input fields but rather appear as clickable buttons. You can do the following to appear as buttons.
Try to avoid adding padding to images it will cutoff the rounded corners.
The padding within the card is off instead of a default 10px padding I would recommend analyzing the padding around the entire card first. For example top, left, and right are 16px (Figma Design has this) and the bottom is a padding of 40px resulting in padding: 16px 16px 40px 16px