    body{font-family:Arial,Helvetica,sans-serif;line-height:1.6;color:#222;padding:24px;max-width:900px;margin:0 auto}
    h1,h2{color:#111}
    p{margin:0 0 16px}
    header{margin-bottom:24px}
    footer{margin-top:32px;font-size:0.9em;color:#555}
    .container{padding:8px}
    .header-container {
      padding-top:10px;
      display: flex;
      align-items: center;          /* Centers the items vertically */
      gap: 20px;                    /* Adds spacing between image and text */
    }
    img.headerTxLogo {
      border: 1px solid rgba(53,11,75,1);
      border-radius: 5px;
    }

