Description: - Test that the country card presents the information it receives through props. Tasks: - Test the country name. - Test the flag and its alt text. - Test capital, region, and population. - Test missing optional fields. - Check that numbers are formatted correctly. Acceptance: - The country card displays correct prop values. - Missing data does not cause a crash. - All tests pass.