:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0 auto}.card{padding:2em}.country{border:1px solid purple;margin:20px;padding:20px;border-radius:10px;box-shadow:5px 5px 10px gray;display:flex;flex-direction:column;gap:5px;align-items:center}.country .flag{width:100px;height:auto;border-radius:2px}.country .flag img{width:100%;height:auto;border-radius:2px}.country .info{text-align:center}.country .info h3,.country .info h4,.country .info p{margin:5px}.country .info .country-name{font-size:20px;font-weight:700;color:#bf4ff7}.country .info .country-info{font-size:16px;font-weight:semi-bold;color:#4f4ff7}.country .info p .big-country{font-size:16px;font-weight:700;color:orange}.country .info p .small-country{font-size:16px;font-weight:700;color:#87ceeb}.visited{background-color:#056446;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer}.countries{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:15px}.flags-container{margin:20px 0;display:flex;flex-wrap:wrap;gap:10px}.flags-container img{width:100px;height:auto;border:1px solid purple;border-radius:5px;box-shadow:3px 3px 5px gray}
