
body {
  margin:0; font-family: 'Arial'; background: linear-gradient(135deg,#ff8a5c,#ff4e82); color:#333;
}
.container { max-width:480px; margin:auto; padding:20px; text-align:center; background:white; border-radius:20px; margin-top:30px; }
.avatar { width:140px; height:140px; border-radius:50%; margin-top:-80px; border:6px solid white; }
h1 { margin-top:10px; font-size:28px; font-weight:700;}
.subtitle { font-size:16px; color:#777; margin-bottom:25px; }
.button { display:block; margin:12px 0; padding:14px; background:#ff5f73; color:white; border-radius:12px; text-decoration:none; font-size:18px; transition:0.2s; }
.button:hover { transform:scale(1.04); background:#ff4e5f;}
.footer { margin-top:30px; font-size:12px; color:#aaa; }
