/* Marquee container */ background: #111; /* dark background */ justify-content: center; /* center messages */ /* Message wrapper */ /* Investment amount */ color: #00ff00; /* green */ // Countries list // Generate one random message const amount = Math.floor(Math.random() * (10000 - 3000 + 1)) + 3000; // between 3000–10000 // Fade out old text // Set new message // Fade in new text // Next message after 12s // Start loop