body { font-family: 'Segoe UI', Arial, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        header { background: #1a3e72; color: white; padding: 15px; border-radius: 5px; }
        .logo { font-size: 24px; font-weight: bold; text-transform: uppercase; }
        nav { display: flex; justify-content: space-between; align-items: center; }
        .mobile-menu { display: none; cursor: pointer; }
        @media (max-width: 768px) {
            nav ul { display: none; }
            .mobile-menu { display: block; }
        }
        h1 { color: #e74c3c; margin-top: 30px; }
        h2 { color: #2980b9; margin-top: 25px; }
        h3 { color: #27ae60; margin-top: 20px; }
        .download-btn { background: #2ecc71; color: white; padding: 10px 20px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 0; }
        .login-btn { background: #3498db; color: white; padding: 10px 20px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 0; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        footer { background: #333; color: white; padding: 20px; text-align: center; margin-top: 40px; }
        .game-types { margin: 20px 0; }
        .tags { margin: 20px 0; }
