    body {
      font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
      margin: 0;
      padding: 0;
      background: #f9fafb;
      color: #111827;
      line-height: 1.6;
      display: flex;
      flex-direction: column;
      min-height: 100vh;
    }
    main.card {
      max-width: 800px;
      margin: 40px auto;
      background: #ffffff;
      border-radius: 12px;
      padding: 24px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.08);
      text-align: center;
    }
    .logo {
      max-width: 160px;
      height: auto;
      display: block;
      margin: 0 auto 16px;
    }
    h1 {
      margin: 0;
      font-size: 2rem;
      color: #0f172a;
    }
    .sub {
      font-size: 1rem;
      color: #475569;
      margin-bottom: 20px;
    }
    nav.links {
      margin-bottom: 20px;
    }
    nav.links a {
      margin: 0 8px;
      text-decoration: none;
      color: #2563eb;
      font-weight: 500;
    }
    section.bio {
      text-align: left;
      margin-bottom: 24px;
    }
    section.bio ul {
      padding-left: 20px;
    }
    .cta {
      display: flex;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
    }
    .btn {
      display: inline-block;
      padding: 10px 18px;
      border-radius: 8px;
      text-decoration: none;
      background: #0ea5e9;
      color: #fff;
      font-weight: 600;
      transition: background 0.2s ease;
    }
    .btn:hover {
      background: #0284c7;
    }
    footer {
      margin-top: auto;
      text-align: center;
      padding: 16px;
      font-size: 0.9rem;
      color: #64748b;
      background: #f1f5f9;
    }
  body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #C8D7EB;
   text-decoration: underline;
}
a:hover
{
   color: #376BAD;
   text-decoration: underline;
}
