html,body,#root{min-height:100%}body{color:#fff;background:#000;font-family:Arial,sans-serif}main{justify-content:center;align-items:center;min-height:100vh;display:flex}.container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:24px;display:flex}.image{object-fit:cover;border-radius:16px;width:200px;height:200px;animation:4s ease-in-out infinite pulse}.hashtag{text-shadow:0 0 10px #ffffff4d;font-size:28px;font-weight:700}.hashtag-link{color:inherit;text-decoration:none;transition:opacity .2s}.hashtag-link:hover{opacity:.7;animation:4s ease-in-out infinite pulse}.flags{flex-wrap:wrap;justify-content:center;gap:12px;font-size:32px;animation:4s ease-in-out infinite pulse;display:flex}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,sans-serif}main{padding:2rem}
