<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>GangstaShit Radio</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{background:#0a0a0a;color:#fff;font-family:system-ui,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh}
h1{background:linear-gradient(90deg,#c41e3a,#ffd700,#c41e3a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:clamp(1.5em,6vw,3em);margin-bottom:0.5em;text-align:center}
.wrap{width:100%;max-width:640px;padding:0 16px}
.pitch{aspect-ratio:16/9;width:100%;border:0;background:#000;border-radius:8px;overflow:hidden}
.info{margin-top:1em;text-align:center;opacity:0.7;font-size:0.9em}
</style>
</head>
<body>
<h1> GANGSTASHIT RADIO</h1>
<div class="wrap">
<iframe class="pitch" src="https://player.kick.com/mac-7-eleven" allowfullscreen allow="autoplay;encrypted-media;picture-in-picture"></iframe>
<p class="info">24/7 Gangsta Rap and Hip-Hop</p>
</div>
</body>
</html>