body {
            font-family: 'Open Sans', sans-serif;
            background-color: #FCFAEB;
            color: #333;
            max-width: 850px;
            margin: 0 auto;
            padding: 40px 20px;
            text-align: center;
        }

        .intro-section {
            margin-bottom: 30px;
        }

        h1.name-title {
            font-family: 'Montserrat', sans-serif;
            letter-spacing: 3px;
            font-size: 2.3em;
            margin-bottom: 10px;
            color: #1a365d;
        }

        .subtitle {
            font-style: italic;
            font-size: 1.1em;
            color: #4a5568;
            margin-bottom: 25px;
            line-height: 1.6;
        }

        /* Panel Styling for YNC Sections */
        .panel {
            background-color: #ffffff;
            padding: 25px 30px;
            margin-bottom: 25px;
            border-radius: 12px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.06);
            border: 1px solid #eaeaea;
        }

        h2.main-category {
            font-family: 'Montserrat', sans-serif;
            margin-top: 40px;
            margin-bottom: 20px;
            letter-spacing: 2px;
            font-size: 1.8em;
            text-transform: uppercase;
        }

        h2.item-title {
            font-family: 'Montserrat', sans-serif;
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 1.4em;
        }

        h3 {
            font-weight: normal;
            color: #555;
            margin-top: 10px;
            line-height: 1.6;
            font-size: 1.05em;
        }

        .section-header-img {
            max-width: 100%;
            height: auto;
            max-height: 450px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        .card-img {
            border-radius: 8px;
            object-fit: cover;
            margin: 10px auto;
            display: block;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        .poem-section {
            background-color: #ffffff;
            padding: 30px;
            border-radius: 12px;
            margin: 30px 0;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
            font-style: italic;
            line-height: 1.8;
            text-align: center;
        }

        .mindset-container {
            margin-top: 40px;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
            background-color: #f0f8ff;
        }

        .mindset-letgo {
            background-color: #fff5f5;
            border-left: 6px solid #e53e3e;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 25px;
            text-align: left;
        }

        .mindset-embrace {
            background-color: #f0fff4;
            border-left: 6px solid #38a169;
            padding: 20px;
            border-radius: 8px;
            text-align: left;
        }

        .habits-container {
            background-color: #ffffff;
            padding: 30px;
            margin-top: 40px;
            border-radius: 12px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.06);
            border: 1px solid #eaeaea;
            text-align: left;
        }

        .habits-container ul {
            margin-top: 10px;
            padding-left: 20px;
            line-height: 1.6;
            color: #555;
        }

        .habits-container li {
            margin-bottom: 12px;
        }

        hr {
            border: 0;
            height: 2px;
            background-color: #cbd5e0;
            margin: 40px 0;
}