<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Untamed Global</title>

    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">

    <style>

        /* Base and Background */

        body, html {

            margin: 0;

            padding: 0;

            font-family: 'Helvetica Neue', Arial, sans-serif;

            background-image: url('4523.jpg');

            background-size: cover;

            background-position: center;

            background-attachment: fixed;

            background-repeat: no-repeat;

            color: #ffffff;

            line-height: 1.6;

        }

        /* Overlay to ensure readability */

        .overlay {

            background-color: rgba(0, 0, 0, 0.75);

            min-height: 100vh;

            padding: 40px 20px;

        }

        /* Main Container */

        .container {

            max-width: 900px;

            margin: 0 auto;

        }

        /* Header */

        header {

            text-align: center;

            margin-bottom: 50px;

        }

        header h1 {

            font-size: 3.5rem;

            text-transform: uppercase;

            letter-spacing: 4px;

            margin: 0;

            color: #00e5ff; /* Cyan matching the globe's glow */

            text-shadow: 0 0 10px rgba(0, 229, 255, 0.5);

        }

        /* Artist Sections */

        .artist-card {

            background: rgba(20, 20, 20, 0.85);

            border: 1px solid #333;

            border-radius: 12px;

            padding: 40px;

            margin-bottom: 40px;

            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);

            backdrop-filter: blur(5px);

        }

        .artist-card h2 {

            font-size: 2.2rem;

            margin-top: 0;

            border-bottom: 2px solid #00e5ff;

            padding-bottom: 10px;

            display: inline-block;

        }

        .artist-bio p {

            font-size: 1.05rem;

            margin-bottom: 20px;

            text-align: justify;

        }

        /* Links & Buttons */

        .social-container {

            margin-top: 30px;

            display: flex;

            flex-wrap: wrap;

            gap: 15px;

        }

        .social-btn {

            display: inline-flex;

            align-items: center;

            padding: 10px 20px;

            background: #222;

            color: #fff;

            text-decoration: none;

            border-radius: 30px;

            font-weight: bold;

            transition: all 0.3s ease;

            border: 1px solid #444;

        }

        .social-btn i {

            margin-right: 8px;

            font-size: 1.2rem;

        }

        .social-btn:hover {

            background: #00e5ff;

            color: #000;

            border-color: #00e5ff;

            transform: translateY(-2px);

            box-shadow: 0 4px 15px rgba(0, 229, 255, 0.4);

        }

        .contact-info {

            margin-top: 25px;

            padding-top: 20px;

            border-top: 1px solid #444;

            font-size: 0.95rem;

            color: #ccc;

        }

        .contact-info a {

            color: #00e5ff;

            text-decoration: none;

        }

        .contact-info a:hover {

            text-decoration: underline;

        }

        /* Footer */

        footer {

            text-align: center;

            margin-top: 50px;

            font-size: 0.9rem;

            color: #888;

        }

        /* Responsive Design */

        @media (max-width: 600px) {

            header h1 {

                font-size: 2.5rem;

            }

            .artist-card {

                padding: 25px;

            }

            .social-btn {

                flex: 1 1 100%;

                justify-content: center;

            }

        }

    </style>

</head>

<body>

<div class="overlay">

    <div class="container">

       

        <header>

            <h1>Untamed Global</h1>

        </header>

        <section class="artist-card">

            <h2>Fantastic Glover</h2>

            <div class="artist-bio">

                <p>HipHop artist Fantastic Glover, is no stranger to Adversity. Being born and raised in the small town of Reed, Arkansas, where the odds are very slim to be successful. With a total population of 273, "Good Ain't Good Enough" isn't just his slogan, it's his lifestyle. Fantastic grew up listening to different types of music, but felt it was nothing like music that he could relate to, such as; UGK, Eightball & MJG, Tupac, Dirty Boyz, and Too Short. To each he owes something for becoming the artist that he is today.</p>

               

                <p>Fantastic set fire to the Coast2Coast platform winning the OKC edition. He has been all around the U.S. doing music in areas such as Atlanta, Miami, Times Square in New York, Memphis, Dallas, Austin, OKC, All over Arkansas, and the list continues. Fantastic has been featured in Coast2Coast Magazine, XXL magazine, ACE magazine and more. He has various mixtape series such as “Hard to be Humble” and "Good Aint Good Enough" and the main mixtape hosted by Bigga Ranking "Live B4 You Die vol.2" can be found online. His Latest Single "Dance For me", "Energy" (Both colabs with fellow labels mate 84 baby) can be found on any streaming platform. Stay tuned for more up and coming projects, shows, merch, and releases.</p>

               

                <p>Fantastic currently resides in the heart of Oklahoma aka Oklahoma City. He has released various songs and has numerous projects, shows, and other exciting news coming very soon. Be sure to follow him on ALL social media platforms @FantasticGlover as well as YouTube and streaming sites.</p>

            </div>

            <div class="social-container">

                <a href="https://open.spotify.com/artist/026sMle24XYI7ku6LtQpe8?si=qJVgIpNWTh-cMT8R6vuNXg" class="social-btn" target="_blank"><i class="fab fa-spotify"></i> Spotify</a>

                <a href="https://www.youtube.com/@FantasticGlover" class="social-btn" target="_blank"><i class="fab fa-youtube"></i> Channel</a>

                <a href="https://youtu.be/l0UhhUFNtNY" class="social-btn" target="_blank"><i class="fas fa-play-circle"></i> Latest Video</a>

                <a href="https://www.instagram.com/fantasticglover/" class="social-btn" target="_blank"><i class="fab fa-instagram"></i> Instagram</a>

                <a href="https://twitter.com/FantasticGlover" class="social-btn" target="_blank"><i class="fab fa-twitter"></i> Twitter</a>

                <a href="https://www.facebook.com/FantasticGlover/" class="social-btn" target="_blank"><i class="fab fa-facebook-f"></i> Facebook</a>

            </div>

            <div class="contact-info">

                <strong>Booking Contact:</strong> <a href="mailto:UntamedGlobal405@gmail.com">UntamedGlobal405@gmail.com</a><br>

                <strong>Business Email:</strong> <a href="mailto:Globalbusiness405@gmail.com">Globalbusiness405@gmail.com</a>

            </div>

        </section>

        <section class="artist-card">

            <h2>MI Y</h2>

            <div class="artist-bio">

                <p>Mi-Y is an independent artist and co-founder/producer of Untamed Global, known for a signature sound that seamlessly blends pop, hip hop, country, and R&B into something uniquely his own.</p>

               

                <p>Recognized for his work alongside Fantastic Glover, Mi-Y brings a versatile, authentic style that continues to stand out in today’s evolving music scene. With a focus on originality, growth, and creative freedom, he consistently pushes boundaries and elevates his sound.</p>

            </div>

            <div class="social-container">

                <a href="https://instagram.com/Iammiymadeit" class="social-btn" target="_blank"><i class="fab fa-instagram"></i> Iammiymadeit</a>

                <a href="https://facebook.com/MiyMadeit" class="social-btn" target="_blank"><i class="fab fa-facebook-f"></i> MiyMadeit</a>

                <a href="https://snapchat.com/add/Mi-Y-Madeit" class="social-btn" target="_blank"><i class="fab fa-snapchat-ghost"></i> Mi-Y-Madeit</a>

            </div>

        </section>

        <footer>

            <p>&copy; 2026 Untamed Global. All Rights Reserved.</p>

        </footer>

    </div>

</div>

</body>

</html>