    body {
      margin:0;
      font-family:'Inter',sans-serif;
      background:#faf7f5;
      color:#222;
      line-height:1.6;
    }
    .container {
      max-width:800px;
      margin:40px auto;
      padding:24px;
      background:#fff;
      border-radius:12px;
      box-shadow:0 8px 30px rgba(0,0,0,0.08);
    }
    h1,h2 {
      font-family:'Playfair Display',serif;
      color:#d63c35;
    }
    h1 { font-size:32px; margin-bottom:20px; }
    h2 { font-size:20px; margin-top:24px; }
    p { margin-bottom:16px; }
    ul { margin-bottom:16px; padding-left:20px; }