<!DOCTYPE html>
<html amp lang="id">
  <head>
    <meta charset="utf-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>PUMA128 | Hiburan Digital Interaktif untuk Komunitas Terbaik</title>
    <meta name="description" content="puma128 menghadirkan pengalaman hiburan digital interaktif: visual dinamis, tantangan komunitas, dan interaksi mobile yang mengajak audiens ikut berperan." />
    <link href="https://freemichaelshields.org/img/favlogopuma128.ico" rel="icon" type="image/x-icon" />
    <link rel="canonical" href="https://freemichaelshields.org/" />
    <link rel="alternate" href="https://freemichaelshields.org/" hreflang="id" />
    <meta property="og:url" content="https://freemichaelshields.org/" />
    <meta property="og:site_name" content="puma128" />
    <meta property="og:image:alt" content="PUMA128 | Hiburan Digital Interaktif untuk Komunitas Terbaik" />
    <meta property="og:image" content="https://freemichaelshields.org/img/freemichaelshields.png" />
    <meta property="og:title" content="PUMA128 | Hiburan Digital Interaktif untuk Komunitas Terbaik" />
    <meta property="og:description" content="puma128 menghadirkan pengalaman hiburan digital interaktif: visual dinamis, tantangan komunitas, dan interaksi mobile yang mengajak audiens ikut berperan." />
    <meta name="theme-color" content="#d4af37" />
    <link rel="preload" as="script" href="https://cdn.ampproject.org/v0.js" />
    <script async src="https://cdn.ampproject.org/v0.js"></script>
    
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "puma128",
  "alternateName": "PUMA128 | Hiburan Digital Interaktif untuk Komunitas Terbaik",
  "url": "https://freemichaelshields.org/",
  "logo": "https://freemichaelshields.org/img/logopuma128.webp",
  "description": "puma128 menghadirkan pengalaman hiburan digital interaktif: visual dinamis, tantangan komunitas, dan interaksi mobile yang mengajak audiens ikut berperan.",
  "sameAs": [
    "https://t.me/puma128",
    "https://twitter.com/puma128"
  ]
}
</script>
    
    <style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style>
    <noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
    
<style amp-custom>
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --black: #020101;
  --black-2: #080203;
  --black-3: #180507;

  --cream: #fff7d6;
  --gold-white: #fff2a6;
  --gold-light: #ffdf5c;
  --gold-main: #ffb700;
  --gold-hot: #ff7a00;
  --gold-deep: #b94b00;

  --ruby: #ff244f;
  --ruby-soft: #ff5a7d;
  --magenta: #ff3aae;
  --plum: #8f24ff;
  --wine: #4b0616;

  --line: rgba(255, 198, 58, .82);
  --line-ruby: rgba(255, 36, 79, .54);
  --line-magenta: rgba(255, 58, 174, .44);

  --glow-gold: rgba(255, 183, 0, .50);
  --glow-amber: rgba(255, 122, 0, .34);
  --glow-ruby: rgba(255, 36, 79, .34);
  --glow-magenta: rgba(255, 58, 174, .24);

  --text: #fff7d6;
  --muted: rgba(255, 235, 188, .82);
}

html, body {
  height: 100%;
  overflow: hidden;
}

body {
  height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background-color: var(--black);
  background-image:
    radial-gradient(circle at 50% -8%, rgba(255, 183, 0, .34), transparent 30%),
    radial-gradient(circle at 12% 20%, rgba(255, 36, 79, .24), transparent 36%),
    radial-gradient(circle at 88% 23%, rgba(255, 58, 174, .20), transparent 34%),
    radial-gradient(circle at 14% 82%, rgba(255, 122, 0, .20), transparent 36%),
    radial-gradient(circle at 86% 78%, rgba(143, 36, 255, .16), transparent 35%),
    radial-gradient(circle at 50% 108%, rgba(255, 205, 74, .18), transparent 38%),
    linear-gradient(145deg, #020101 0%, #100204 38%, #21060b 70%, #070102 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background-image:
    radial-gradient(circle, rgba(255, 242, 166, .72) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(255, 36, 79, .48) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(255, 58, 174, .38) 0 1px, transparent 2px);
  background-size: 42px 42px, 74px 74px, 104px 104px;
  background-position: 0 0, 22px 18px, 41px 56px;
  animation: bgSpark 7s ease-in-out infinite;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, transparent 0%, transparent 43%, rgba(0, 0, 0, .72) 100%),
    linear-gradient(90deg, rgba(255, 183, 0, .08), transparent 28%, rgba(255, 36, 79, .08) 72%, rgba(255, 58, 174, .06));
  opacity: .96;
}

@keyframes bgSpark {
  0%, 100% { opacity: .30; }
  50% { opacity: .55; }
}

/* ===== CONTAINER: pakai vh agar selalu pas di layar ===== */
.container {
  width: 92%;
  max-width: 430px;
  /* Tinggi dinamis: isi layar penuh minus sedikit margin atas bawah */
  max-height: calc(100vh - 16px);
  margin: 8px auto;
  padding: 10px 14px 10px;
  display: flex;
  flex-direction: column;
  /* gap dikurangi agar semua muat */
  gap: 7px;
  position: relative;
  z-index: 1;
  overflow: hidden;

  border-radius: 26px;
  border: 1px solid var(--line);

  background:
    radial-gradient(circle at 50% 0%, rgba(255, 183, 0, .23), transparent 36%),
    radial-gradient(circle at 10% 30%, rgba(255, 36, 79, .16), transparent 42%),
    radial-gradient(circle at 92% 66%, rgba(255, 58, 174, .12), transparent 40%),
    radial-gradient(circle at 50% 100%, rgba(255, 122, 0, .12), transparent 38%),
    linear-gradient(180deg, rgba(255, 242, 166, .10), rgba(255, 255, 255, 0) 25%),
    linear-gradient(145deg, rgba(34, 7, 8, .98) 0%, rgba(6, 2, 2, .99) 50%, rgba(38, 4, 18, .98) 100%);

  box-shadow:
    0 20px 48px rgba(0, 0, 0, .84),
    0 0 0 1px rgba(255, 245, 190, .12),
    0 0 36px var(--glow-gold),
    0 0 58px var(--glow-ruby),
    0 0 76px rgba(255, 58, 174, .12),
    inset 0 1px 0 rgba(255, 245, 190, .30),
    inset 0 -30px 46px rgba(123, 24, 8, .24);

  animation: cardIn .7s ease-out;
}

.container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 26px;
  pointer-events: none;
  background:
    linear-gradient(135deg,
      rgba(255, 242, 166, .76),
      rgba(255, 183, 0, .22) 16%,
      rgba(255, 122, 0, .44) 31%,
      rgba(255, 36, 79, .42) 49%,
      rgba(255, 58, 174, .32) 66%,
      rgba(255, 242, 166, .74)
    );
  opacity: .36;
  animation: borderPulse 4.8s ease-in-out infinite;
}

.container::after {
  content: "";
  position: absolute;
  top: -34%;
  left: -72%;
  width: 70%;
  height: 170%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 122, 0, .10),
    rgba(255, 242, 166, .32),
    rgba(255, 36, 79, .14),
    rgba(255, 58, 174, .10),
    transparent
  );
  transform: translateX(-30%) skewX(-18deg);
  animation: panelSweep 5.8s ease-in-out infinite;
}

@keyframes cardIn {
  from { opacity: 0; transform: translateY(20px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes borderPulse {
  0%, 100% { opacity: .22; }
  50% { opacity: .54; }
}

@keyframes panelSweep {
  0% { transform: translateX(-30%) skewX(-18deg); opacity: 0; }
  16% { opacity: .82; }
  35% { transform: translateX(275%) skewX(-18deg); opacity: 0; }
  100% { transform: translateX(275%) skewX(-18deg); opacity: 0; }
}

/* ===== HEADER / LOGO ===== */
.welcome {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0;
}

.welcome h3 {
  display: inline-block;
  max-width: 100%;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;

  color: var(--gold-white);
  background: linear-gradient(90deg, var(--gold-white), var(--gold-main), var(--ruby-soft), var(--magenta), var(--gold-light));
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: titleGlow 5.4s ease-in-out infinite;

  text-shadow:
    0 1px 0 #5a1604,
    0 0 10px rgba(255, 183, 0, .62),
    0 0 24px rgba(255, 36, 79, .30);
}

@keyframes titleGlow {
  0%, 100% {
    background-position: 0% 50%;
    filter: drop-shadow(0 0 7px rgba(255, 183, 0, .42));
  }
  50% {
    background-position: 100% 50%;
    filter: drop-shadow(0 0 11px rgba(255, 36, 79, .38));
  }
}

/* ===== BANNER ===== */
.banner {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;

  border-radius: 16px;
  border: 1px solid rgba(255, 209, 77, .84);

  background: #0b0202;
  box-shadow:
    0 10px 22px rgba(0, 0, 0, .70),
    0 0 0 3px rgba(86, 13, 12, .66),
    0 0 22px rgba(255, 183, 0, .35),
    0 0 34px rgba(255, 36, 79, .24),
    0 0 42px rgba(255, 58, 174, .12),
    inset 0 0 18px rgba(255, 231, 137, .12);

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.banner:hover {
  transform: scale(1.012);
  border-color: rgba(255, 242, 166, 1);
}

/* ===== TOMBOL UTAMA ===== */
.btn-login,
.btn-daftar {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;

  /* padding dikurangi agar lebih kompak */
  padding: 11px 14px;
  margin: 0;
  border-radius: 15px;

  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;

  border: 1px solid rgba(255, 212, 72, .86);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.btn-login {
  color: var(--gold-white);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 183, 0, .20), transparent 48%),
    radial-gradient(circle at 88% 100%, rgba(255, 36, 79, .16), transparent 48%),
    linear-gradient(180deg, rgba(255, 242, 166, .10), transparent 44%),
    linear-gradient(135deg, #2a0907 0%, #070202 45%, #280318 100%);

  text-shadow:
    0 1px 0 #3d1002,
    0 0 12px rgba(255, 183, 0, .58),
    0 0 22px rgba(255, 36, 79, .24);

  box-shadow:
    0 8px 20px rgba(0, 0, 0, .64),
    0 0 20px rgba(255, 183, 0, .26),
    0 0 28px rgba(255, 36, 79, .14),
    inset 0 1px 0 rgba(255, 242, 166, .24),
    inset 0 -12px 20px rgba(114, 18, 7, .22);
}

.btn-daftar {
  color: #1e0700;
  background:
    linear-gradient(110deg,
      #fff2a6 0%,
      #ffd84a 16%,
      #ffb700 30%,
      #ff7a00 47%,
      #ff244f 63%,
      #ff3aae 80%,
      #fff2a6 100%
    );
  background-size: 260% 100%;
  animation: premiumButton 5.2s ease-in-out infinite;

  text-shadow:
    0 1px 0 rgba(255, 255, 255, .54),
    0 0 10px rgba(255, 247, 214, .22);

  box-shadow:
    0 10px 22px rgba(0, 0, 0, .68),
    0 0 30px rgba(255, 183, 0, .48),
    0 0 44px rgba(255, 36, 79, .24),
    inset 0 1px 0 rgba(255, 255, 200, .74),
    inset 0 -12px 20px rgba(92, 16, 8, .32);
}

@keyframes premiumButton {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.btn-login:hover,
.btn-daftar:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 242, 166, .98);
}

/* ===== GLOW HOVER EFFECT ===== */
.glow-on-hover {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.glow-on-hover::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid rgba(255, 245, 190, .18);
  opacity: .78;
}

.glow-on-hover::after {
  content: "";
  position: absolute;
  top: -35%;
  left: -55%;
  width: 46%;
  height: 170%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 242, 166, .18) 35%,
    rgba(255, 215, 82, .62) 46%,
    rgba(255, 36, 79, .30) 56%,
    rgba(255, 58, 174, .18) 66%,
    transparent 100%
  );
  transform: translateX(-110%) skewX(-24deg);
  animation: shineMove 4.1s ease-in-out infinite;
}

@keyframes shineMove {
  0% { transform: translateX(-110%) skewX(-24deg); opacity: 0; }
  16% { opacity: .92; }
  36% { transform: translateX(430%) skewX(-24deg); opacity: 0; }
  100% { transform: translateX(430%) skewX(-24deg); opacity: 0; }
}

/* ===== BUTTON GRID ===== */
.button-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  margin-top: 0;
}

.button-grid a {
  display: block;
  position: relative;
  overflow: hidden;

  padding: 10px 9px;
  border-radius: 13px;

  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .85px;
  font-size: 11.5px;
  line-height: 1.2;
  font-weight: 900;

  color: var(--gold-white);
  border: 1px solid rgba(255, 198, 58, .58);

  background:
    radial-gradient(circle at 50% 0%, rgba(255, 183, 0, .15), transparent 58%),
    radial-gradient(circle at 100% 100%, rgba(255, 36, 79, .12), transparent 58%),
    linear-gradient(180deg, rgba(255, 242, 166, .08), rgba(255, 255, 255, 0) 44%),
    linear-gradient(135deg, #250706 0%, #070202 52%, #2b0418 100%);

  text-shadow: 0 0 9px rgba(255, 183, 0, .38);

  box-shadow:
    0 6px 14px rgba(0, 0, 0, .50),
    0 0 14px rgba(255, 183, 0, .16),
    0 0 18px rgba(255, 36, 79, .10),
    inset 0 1px 0 rgba(255, 242, 166, .16);

  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.button-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 215, 82, .22), transparent 58%),
    linear-gradient(120deg, rgba(255, 183, 0, .14), transparent 34%, rgba(255, 36, 79, .13) 68%, rgba(255, 58, 174, .10));
  opacity: .78;
}

.button-grid a:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 242, 166, .90);
}

/* ===== COPYRIGHT ===== */
.copyright {
  position: relative;
  z-index: 2;
  text-align: center;

  margin-top: 0;
  padding-top: 8px;

  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .42px;

  border-top: 1px solid rgba(255, 198, 58, .32);
}

.copyright strong {
  color: var(--gold-white);
  font-weight: 900;
  text-shadow:
    0 0 10px rgba(255, 183, 0, .62),
    0 0 24px rgba(255, 36, 79, .28);
}

/* ===== ANIMATIONS ===== */
.animated {
  animation-duration: 4.6s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes tada {
  0%, 100% { transform: scale3d(1, 1, 1); }
  20% { transform: scale3d(1.018, 1.018, 1.018) rotate3d(0, 0, 1, -.8deg); }
  40% { transform: scale3d(1.035, 1.035, 1.035) rotate3d(0, 0, 1, .8deg); }
  60% { transform: scale3d(1.018, 1.018, 1.018) rotate3d(0, 0, 1, -.45deg); }
  80% { transform: scale3d(1.025, 1.025, 1.025) rotate3d(0, 0, 1, .45deg); }
}

.tada { animation-name: tada; }
.slower { animation-duration: 5.4s; }

/* ===== SPARKLES ===== */
.gold-sparkle,
.ruby-sparkle {
  position: fixed;
  pointer-events: none;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.gold-sparkle span,
.ruby-sparkle span {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff2a6;
  box-shadow:
    0 0 10px rgba(255, 242, 166, .90),
    0 0 20px rgba(255, 183, 0, .50),
    0 0 28px rgba(255, 36, 79, .20);
  opacity: 0;
  animation: sparkleRoyal 4.6s ease-in-out infinite;
}

.gold-sparkle span:nth-child(2n),
.ruby-sparkle span:nth-child(2n) {
  background: #ff244f;
  box-shadow: 0 0 10px rgba(255, 36, 79, .82), 0 0 22px rgba(255, 58, 174, .36);
}

.gold-sparkle span:nth-child(3n),
.ruby-sparkle span:nth-child(3n) {
  background: #ffb700;
  box-shadow: 0 0 10px rgba(255, 183, 0, .88), 0 0 22px rgba(255, 122, 0, .42);
}

@keyframes sparkleRoyal {
  0%, 100% { transform: scale(.35); opacity: 0; }
  42% { transform: scale(1.06); opacity: .82; }
  68% { transform: scale(.72); opacity: .26; }
}

.gold-sparkle span:nth-child(1),
.ruby-sparkle span:nth-child(1) { top: 9%; left: 18%; animation-delay: 0s; }
.gold-sparkle span:nth-child(2),
.ruby-sparkle span:nth-child(2) { top: 28%; left: 84%; animation-delay: .8s; }
.gold-sparkle span:nth-child(3),
.ruby-sparkle span:nth-child(3) { top: 63%; left: 12%; animation-delay: 1.6s; }
.gold-sparkle span:nth-child(4),
.ruby-sparkle span:nth-child(4) { top: 78%; left: 76%; animation-delay: 2.4s; }
.gold-sparkle span:nth-child(5),
.ruby-sparkle span:nth-child(5) { top: 46%; left: 44%; animation-delay: 3.2s; }

/* ===== RESPONSIF LAYAR KECIL (< 670px height) ===== */
/* Layar pendek: kurangi padding & font lagi */
@media (max-height: 670px) {
  .container {
    padding: 8px 12px 8px;
    gap: 5px;
    border-radius: 22px;
  }
  .btn-login,
  .btn-daftar {
    padding: 9px 12px;
    font-size: 14px;
    border-radius: 13px;
    letter-spacing: 1.2px;
  }
  .button-grid { gap: 5px; }
  .button-grid a {
    padding: 8px 7px;
    font-size: 10.5px;
  }
  .copyright { font-size: 10px; padding-top: 6px; }
}

/* Layar sangat pendek (< 580px height, misal iPhone SE) */
@media (max-height: 580px) {
  .container {
    padding: 6px 11px 6px;
    gap: 4px;
  }
  .btn-login,
  .btn-daftar {
    padding: 7px 10px;
    font-size: 13px;
  }
  .button-grid a {
    padding: 7px 5px;
    font-size: 10px;
  }
}

/* Lebar sempit */
@media (max-width: 380px) {
  .container {
    width: 94%;
    padding: 8px 12px 8px;
    border-radius: 22px;
  }
  .welcome h3 {
    font-size: 10px;
    letter-spacing: .9px;
  }
  .btn-login,
  .btn-daftar {
    padding: 10px 10px;
    font-size: 14px;
    border-radius: 13px;
    letter-spacing: 1.2px;
  }
  .button-grid { gap: 6px; }
  .button-grid a {
    padding: 9px 6px;
    border-radius: 11px;
    font-size: 10.5px;
  }
}
</style>
  </head>
  <body>
    <div class="gold-sparkle">
      <span></span><span></span><span></span><span></span><span></span>
    </div>
    
    <div class="container">
      <header>
        <center>
          <amp-img 
            id="image" 
            class="animated tada infinite slower" 
            src="https://freemichaelshields.org/img/logopuma128.webp" 
            alt="Logo puma128" 
            width="200" 
            height="58" 
            layout="intrinsic"
            style="margin-bottom: 2px;"
          ></amp-img>
        </center>
      </header>
      
      <div class="welcome">
        <center>
          <h1>Memperkuat Ekosistem Game Digital Bersama Puma128</h1>
        </center>
      </div>
      
      <amp-img 
        src="https://freemichaelshields.org/img/freemichaelshields.png" 
        width="400" 
        height="400" 
        layout="responsive" 
        alt="PUMA128 | Hiburan Digital Interaktif untuk Komunitas Terbaik" 
        class="banner"
      ></amp-img>
      
      <!-- Button utama -->
      <a href="https://puma128a.pro/" target="_blank" rel="noreferrer noopener" role="button" class="btn-login glow-on-hover"> LOGIN</a>
      <a href="https://puma128a.pro/" target="_blank" rel="noreferrer noopener" role="button" class="btn-daftar glow-on-hover"> DAFTAR</a>
      <div class="button-grid">
        <a href="https://puma128a.pro/" target="_blank" rel="noreferrer noopener" role="button"> PROMO</a>
        <a href="https://puma128a.pro/" target="_blank" rel="noreferrer noopener" role="button"> LIVE CHAT</a>
        <a href="https://puma128a.pro/" target="_blank" rel="noreferrer noopener" role="button"> RTP VVIP</a>
        <a href="https://puma128a.pro/" target="_blank" rel="noreferrer noopener" role="button"> LIVE DRAW</a>
      </div>
    
      <div style="background: rgb(255 187 0 / 5%); padding: 7px; border-radius: 9px; text-align: center; border: 1px dashed rgba(212,175,55,0.3);">
        <span style="color: #ffffff; font-size: 11px;">MASUK DUNIA PERMAINAN PETIR ANTI KALAH</span>
      </div>
      
      <p class="copyright">
        &copy; 2014 - 2026 <strong>PUMA128</strong><br>
        <span style="font-size: 9px; color: rgb(244, 248, 9);">SEOREAREO | RWT TEAM128</span>
      </p>
    </div>
  </body>
</html>