body::before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at bottom,#0d1a2d 0,#000 100%);z-index:-1;color:#fff}body{font-family:Rubik,sans-serif;background:linear-gradient(to bottom right,#1e1e2f,#13131f);color:#f0f0f0;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:30px 15px;text-align:center}header{display:flex;flex-direction:column;align-items:center}header img{width:120px;border-radius:20px;box-shadow:0 0 25px rgba(0,0,0,.4);margin-bottom:20px}h1{font-size:2.8rem;margin-bottom:10px}p{font-size:1.2rem;max-width:600px;margin-bottom:30px;color:#bbb}.buttons{display:flex;gap:15px;flex-wrap:wrap;justify-content:center}.buttons a{text-decoration:none;color:#fff;padding:12px 25px;border-radius:8px;background-color:#5865f2;transition:background .3s,transform .2s;font-weight:600}.buttons a:hover{background-color:#4752c4;transform:scale(1.05)}footer{margin-top:40px;font-size:.9rem;color:#777}