.connect-btn,.login-btn{cursor:pointer;transition:.3s}.connect-btn,.content,.header,body{display:flex}.footer,body{text-align:center}.footer,.header{width:100%;position:absolute;left:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Ubuntu,'Helvetica Neue',sans-serif;background:url('bg.png') center center/cover no-repeat #0d0d10;height:100vh;flex-direction:column;justify-content:space-between;align-items:center;color:#fff}.header{justify-content:space-between;align-items:center;padding:20px;top:0}.logo img{max-height:40px}.login-btn{padding:8px;border:none;background:#f5f5f5;color:#111;border-radius:5px;min-width:86px;height:28px;font-weight:600;font-size:12px}.content{flex:1;flex-direction:column;justify-content:center;align-items:center;padding:20px}.title{font-size:36px;margin-bottom:10px}.subtitle{margin-bottom:20px;font-size:20px;color:#88d693;font-weight:500}.description{font-size:18px;margin-bottom:20px;max-width:600px}.connect-btn{padding:15px 30px;border:none;background:#88d693;color:#000;font-size:18px;border-radius:5px;align-items:center;gap:10px;font-weight:600}.footer{padding:20px;bottom:0;color:#303030}.footer a{color:#303030;text-decoration:none}