# Around-The-World A simple static website that displays information about a random country each time you click a button. The country details include its flag, capital, continent, population, famous landmark, and a fun fact — all presented in a clean card layout. # Features Loads country data from a JSON file (countries.json) containing info for 195 countries. Displays a randomly selected country with its details on button click. Flag displayed as emoji (with emoji-supporting fonts for best rendering). Responsive and visually appealing card design. Lightweight and easy to customize. # How to Use Download or clone the repository. Ensure you have the following files in the same folder: index.html — the main HTML page script.js — JavaScript code to load and display countries countries.json — JSON file with countries data style.css — CSS for styling the card and page Open index.html in any modern web browser. Click the Spin the Globe button to see a random country’s information. # Customization To update country data, edit countries.json. Modify style.css to change card appearance. You can enhance functionality by adding search or filtering features.