       *  {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
  body {
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafafa;
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    text-align: center;
}
        
        h1 {
            font-size: 1.75rem;
            margin: 2.5rem 0 1rem;
            color: #1a1a1a;
            border-bottom: 2px solid #2d5a27;
            padding-bottom: 0.5rem;
             text-align: center;
        }
        
        h2 {
            font-size: 1.25rem;
            margin: 2rem 0 0.75rem;
            color: #2d5a27;
        }
        
        p {
            margin-bottom: 1rem;
        }
        
        strong {
            color: #1a1a1a;
        }
        
        .divider {
            border: none;
            border-top: 1px solid #ddd;
            margin: 2rem 0;
        }
        
        .highlight {
            background-color: #f0f7ee;
            padding: 1rem 1.25rem;
            border-left: 4px solid #2d5a27;
            margin: 1.5rem 0;
        }
        
        .suit-list {
            margin: 1rem 0 1.5rem 1.5rem;
        }
        
        .suit-list li {
            margin-bottom: 0.5rem;
            list-style: none;
            position: relative;
            padding-left: 0.5rem;
        }
        
        .spade::before { content: "♠ "; color: #000; }
        .heart::before { content: "♥ "; color: #c41e3a; }
        .diamond::before { content: "♦ "; color: #c41e3a; }
        .club::before { content: "♣ "; color: #000; }
        
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
        }
        
        th, td {
            padding: 0.75rem 1rem;
            text-align: left;
            border-bottom: 1px solid #ddd;
        }
        
        th {
            background-color: #2d5a27;
            color: white;
            font-weight: normal;
        }
        
        tr:nth-child(even) {
            background-color: #f5f5f5;
        }
        
        a {
            color: #2d5a27;
            text-decoration: none;
            border-bottom: 1px solid #2d5a27;
        }
        
        a:hover {
            background-color: #f0f7ee;
        }
        
        ul {
            margin: 1rem 0 1.5rem 1.5rem;
        }
        
        li {
            margin-bottom: 0.5rem;
        }
        
        .video-link {
            display: inline-block;
            background-color: #2d5a27;
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 4px;
            border: none;
            margin: 0.5rem 0;
        }
        
        .video-link:hover {
            background-color: #1e3d1a;
        }
        
        .tagline {
            font-style: italic;
            color: #555;
            margin: 1rem 0;
        }
        
        .closing {
            font-style: italic;
            font-weight: bold;
            text-align: center;
            margin-top: 2rem;
            font-size: 1.1rem;
            color: #2d5a27;
        }
        
        figure {
            margin: 1.5rem 0;
            text-align: center;
        }
        
        figure img {
            max-width: 100%;
            height: auto;
            border-radius: 4px;
        }
        
        figure video {
            max-width: 100%;
            height: auto;
            border-radius: 4px;
        }
        
        figcaption {
            font-size: 0.85rem;
            color: #666;
            margin-top: 0.5rem;
            font-style: italic;
        }
        
        .card-img {
            max-width: 300px;
        }
        
        .wide-img {
            max-width: 500px;
        }
        
        .small-img {
            max-width: 200px;
        }
        
        .inline-figure {
            display: inline-block;
            vertical-align: top;
            margin: 0.5rem 1rem 0.5rem 0;
        }
        
        .points-table {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            margin: 1.5rem 0;
        }
        
        .point-card {
            text-align: center;
            flex: 1;
            min-width: 120px;
        }
        
        .point-card img {
            max-width: 100%;
            height: auto;
        }
        
        .point-card p {
            margin-top: 0.5rem;
            font-weight: bold;
            
        }
        ul {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
}
