body{font-family:Arial,sans-serif;background:#f9f9f9;color:#333;margin:0;padding:0;display:flex;flex-direction:column;min-height:100vh;align-items:center;justify-content:center}header{text-align:center;padding:2rem}h1{margin:0.5rem 0;color:#2c3e50}p.title{color:#7f8c8d;margin-top:0}.agent-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;box-shadow:0 4px 8px rgba(0,0,0,0.1)}main{flex-grow:1;width:100%;max-width:400px;padding:1rem;box-sizing:border-box}.links{display:flex;flex-direction:column;gap:1rem}a{background:#2980b9;color:#fff;text-decoration:none;text-align:center;padding:0.75rem 1rem;border-radius:0.5rem;transition:background-color 0.3s ease}a:hover,a:focus{background:#3498db;outline:none}footer{text-align:center;padding:1rem;color:#95a5a6;font-size:0.875rem}