Build: Profile Info Screen
This screen shows a user's profile picture, name, and a short bio. The layout uses alignment and spacing to look neat and balanced.
Target UI
------------------------- | | | [Profile Pic] | | | | John Appleseed | | | | iOS developer and | | coffee lover. | | | -------------------------
Center the profile picture horizontally at the top with some space above.
Place the user's name below the picture, centered horizontally.
Add a short bio text below the name, also centered.
Use vertical spacing of 20 points between picture and name, and 10 points between name and bio.
Add padding around the whole content so it doesn't touch screen edges.