.resume2 * {
            margin: 0px;
            padding: 0px;
            box-sizing: border-box;
            word-break: break-all;
            font-size: 14px;
            font-family: Calibri;
        }

        body {
            margin: 0px;
        }

        .resume2 p {
            text-align: left;
            font-size: 14px;
            line-height: 18px;
        }

        .resume2 li {
            list-style: none;
            font-size: 14px;
            line-height: 18px;
        }

        .resume2 header {
            display: none;
        }

        .resume2 header a {
            text-decoration: none;
            font-size: 14px;
        }

        .resume2 .resume-container {
            display: flex;
            flex-direction: column;
            background-color: #ffff;
            padding: 0.8cm;
            min-height: 297mm;
        }

        .resume2 .resume-container a {
            text-decoration: none;
            /* Optional: To remove underline from links */
            color: #7366ff;
            /* Optional: To inherit text color */
            letter-spacing: normal;
        }

        .resume2 .content {
            display: flex;
        }

        .resume2 .user-name {
            text-transform: uppercase;
            letter-spacing: 5px;
            padding-bottom: 10px;
            border-bottom: 2px solid #e7548f;
        }

        .resume2 .user-name h1 {
            text-align: center;
            font-size: 40px;
            color: #e7548f;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .resume2 .user-name p {
            text-align: center;
            font-size: 20px;
            color: #e96a9d;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        .resume2 .left-section {
            /* width: 40%; */
            width: 284px;
            vertical-align: top;
            padding-right: 20px;
            border-right: 2px solid #e7548f;
            margin-right: 20px;
            /* min-height: 1124px; */
            margin-top: 20px!important;
        }

        .resume2 .profile,
        .resume2 .contact,
        .resume2 .education,
        .resume2 .skills {
            width: 270px;
            margin: 0px auto;
        }

        .resume2 .profile {
            border-bottom: 2px solid #e7548f;
            padding: 10px 0px;
        }

        .resume2 .contact,
        .resume2 .education,
        .resume2 .work-experience,
        .resume2 .work-samples {
            border-bottom: 2px solid #e7548f;
            padding: 10px 0px;
        }

        .resume2 .skills,
        .resume2 .main-skills {
            padding: 10px 0px;
        }

        .resume2 .contact table {
            border-spacing: 0px 10px;
             border-collapse: separate;
        }

        .resume2 .contact tr {
            margin-bottom: 5px;
        }

        .resume2 .contact tr td img {
            width: 15px;
            height: 15px;
            margin-right: 10px;
            vertical-align: top;
        }

        .resume2 .contact tr td a {
            word-break: break-all;
            vertical-align: top;
        }

        .resume2 .contact tr td span {
            word-break: break-all;
            vertical-align: top;
        }

        .resume2 .skills {
            border-width: 0px;
        }

        .resume2 .skills ul {
            display: flex;
            flex-wrap: wrap;
        }

        .resume2 .skills ul li {
            border: 1px solid #e96a9d;
            padding: 2px 8px;
            border-radius: 10px;
            margin-right: 8px;
            margin-bottom: 8px;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
        .resume2 .right-section {
            /* width: 60%; */
            width: 427px;
            flex-grow: 1;
            vertical-align: top;
            margin-top: 20px!important;
        }

        .resume2 h3 {
            font-size: 18px;
            color: #e96a9d;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .resume2 .job {
            margin-bottom: 10px;
            break-inside: avoid;
        }

        .resume2 .job:last-child {
            margin-bottom: 0px;
        }

        .resume2 .job p.job-role {
            margin-bottom: 2px;
        }

        .resume2 .job a {
            margin-bottom: 2px;
        }

        .resume2 p {
            font-size: 14px;
        }

        .resume2 .skill {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }

        .resume2 .progress-bar {
            width: 200px;
            height: 8px;
            border-radius: 20px;
            overflow: hidden;
            background-color: #ddd;
        }

        .resume2 .progress {
            height: 100%;
            background-color: #e96a9d;
        }

        /* stars rating */
        .resume2 .star-skill {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }

        .resume2 .star-container {
            display: flex;
            width: 150px;
        }

        .resume2 .star-container img {
            width: 15px;
            height: 15px;
            margin-right: 10px;
        }


        .resume2 a:hover {
            color: #e7548f;
            cursor: pointer;
        }

        @media print {

            .resume2 .left-section,
            .resume2 .right-section {
                margin-top: 100px !important;
            }

            .resume2 header {
                position: running(header);
                display: block;
                background-color: white;

            }

            .resume2 header a {
                text-decoration: none;
            }

            .resume2 header img {
                height: 30px;
                width: 150px;
            }

            .resume2 .resume-container {
                padding: 0cm;
            }

            .resume2 .left-section {
                height: 970px;
            }

            @page {
                size: A4;
                margin: 0.8cm;
                padding: 0;

                @bottom-center {
                    content: element(header);
                }
            }
        }