*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;background:#f5f6f8;color:#20242a;font-family:Arial,sans-serif}main{width:min(520px,90%);padding:48px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;text-align:center;box-shadow:0 12px 35px rgba(0,0,0,.06)}.logo{width:64px;height:64px;margin:0 auto 20px;display:grid;place-items:center;border-radius:16px;background:#fc6a03;color:#fff;font-size:24px;font-weight:700}h1{margin:0 0 14px;font-size:32px}p{line-height:1.6;color:#5b6470}small{color:#8b94a0}
