body {
            font-family: 'Inter', sans-serif;
        }
      header {
      	background: #e8e8e8;
        z-index: 999;
      }
      .profile-pic img {
        height: 150px;
        max-width: none;
      }
        .container {
            margin: 0px auto;
            padding: 2rem;
        }
        .heading-1 {
            font-size: 2.25rem;
            font-weight: 700;
            margin-bottom: 2rem;
            color: #1e293b;
        }
        .heading-2 {
            font-size: 1.75rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            color: #334155;
        }
        .heading-3 {
            font-size: 1.25rem;
            font-weight: 500;
            margin-bottom: 1rem;
            color: #4b5563;
        }
        .paragraph {
            font-size: 1rem;
            line-height: 1.75;
            margin-bottom: 1.5rem;
            color: #6b7280;
        }
        .list {
            margin-bottom: 1.5rem;
            list-style-position: inside;
            font-size: 1rem;
            line-height: 1.75;
            color: #6b7280;
        }
         .list li::marker {
            color: #cbd5e0;
        }

        .important-text {
            color: #1e293b;
            font-weight: 600;
        }
      