*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;background:#f2f4f7;font-family:system-ui}.card{width:min(92vw,470px);background:#fff;padding:26px;border-radius:24px;box-shadow:0 12px 40px #0002}input,button{width:100%;padding:14px;margin:7px 0;border-radius:13px;border:1px solid #ccd3db;font:inherit}button{border:0;background:#1f6feb;color:#fff;font-weight:750}.green{background:#21a35b}.red{background:#d83b3b}.gray{background:#edf1f5;color:#27313a}.small{width:auto;padding:9px 12px}.top{display:flex;justify-content:space-between;align-items:center}.person{text-align:center;padding:30px 0}.avatar{width:100px;height:100px;border-radius:50%;display:grid;place-items:center;margin:auto;background:#eef2f6;font-size:42px}#msg{text-align:center;color:#b3261e}h3{margin-top:24px}