body{margin:0;font-family:'Poppins',sans-serif;background:#000;color:#fff}
header{text-align:center;padding:20px 0 10px;background:linear-gradient(90deg,#000,#000)}
header img{max-width:220px;height:auto}
@media(min-width:768px){header img{max-width:260px}}
.b1{display:flex;justify-content:center;padding:3px;background:linear-gradient(270deg,#ff4ecd,#7b2ff7,#00d4ff,#00ff99,#ffe600,#ff4b2b);background-size:800% 800%;animation:gF 3s linear infinite;border-radius:12px;box-shadow:0 0 15px rgba(255,78,205,.5);max-width:350px;margin:15px auto 0}
.b1 img{width:100%;border-radius:10px}
@keyframes gF{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
main{max-width:900px;margin:30px auto;padding:15px}
main p{text-align:left}
@media(min-width:768px){main p{text-align:justify;hyphens:auto}}
h1,h2,h3{text-align:left;margin:10px;line-height:1.4}
h1{font-size:1.4rem;margin-top:20px;margin-bottom:10px}
h2{font-size:1.1rem;margin-top:18px;margin-bottom:8px}
h3{font-size:1rem;margin-top:15px;margin-bottom:6px}
@media(min-width:768px){h1{font-size:2rem;margin-left:15px;text-shadow:0 0 4px rgba(255,75,43,.5),0 0 8px rgba(255,65,108,.4)}h2{font-size:1.4rem;margin-left:15px}h3{font-size:1.2rem;margin-left:15px}}
footer{background:#000;color:#ffcc00;padding:15px;text-align:center;font-size:14px;border-top:2px solid #ff4b2b;box-shadow:0 -2px 10px rgba(255,75,43,.5)}
.c1{display:flex;justify-content:center;gap:15px;margin-top:15px;flex-wrap:wrap}
.c2{flex:1 1 auto;min-width:110px;max-width:160px;text-align:center;padding:10px 0;color:#fff;font-weight:700;text-decoration:none;background:linear-gradient(270deg,#ff4ecd,#7b2ff7,#00d4ff);background-size:300% 300%;border-radius:30px;box-shadow:0 0 15px rgba(255,78,205,.5);transition:all .3s ease;animation:mG 5s ease infinite}
.c2:hover{box-shadow:0 0 20px rgba(255,65,108,.8);transform:scale(1.05)}
@keyframes mG{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
.f1{max-width:900px;margin:30px auto;padding:15px;background:#111;border-radius:10px;box-shadow:0 0 10px rgba(255,78,205,.3)}
.f1 h2{text-align:center;margin-bottom:20px;color:#ffcc00}
.f2{margin-bottom:15px;padding:10px;border-bottom:1px solid rgba(255,255,255,.1)}
.f2 h3{margin:0 0 5px;color:#ff4ecd;font-size:1.1rem}
.f2 p{margin:0;font-size:.95rem;color:#ddd}
