 .resume21 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: Calibri;
            word-break: break-all;
        }

        body {
            margin: 0;
            padding: 0;
        }

        .resume21 {
            display: flex;
            background-color: white;
            flex-direction: column;
            padding: 0.5cm;
            min-height: 297mm;
        }

        .resume21 header {
            display: none;
        }

        .resume21 p,
        .resume21 li,
        .resume21 a {
            font-size: 14px;
            list-style: none;
            text-decoration: none;
        }

        .resume21 p {
            line-height: 18px;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* header */

        .resume21 .header-frame {
            position: relative;
        }

        .resume21 .inner-header {
            position: absolute;
            top: 0;
            left: 0;
        }

        .resume21 .header {
            border-bottom: 2px solid black;
            padding-bottom: 10px;
            width: 756px;
            height: 130px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .resume21 .header h1 {
            font-size: 40px;
            font-weight: bold;
            line-height: 40px;
        }

        .resume21 .header p {
            font-size: 30px;
            font-weight: 100;
            line-height: 30px;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* left section */
        .resume21 .main-content {
            display: flex;
        }

        .resume21 .left {
            /* width: 30%; */
            width: 220px;
            margin-right: 20px;
            margin-top: 150px;
        }

        .resume21 h2 {
            font-size: 25px;
            font-weight: 700;
            padding-bottom: 5px;
            border-bottom: 2px solid black;
            margin-bottom: 10px;
            display: inline-block;
        }

        /* image container */
        .resume21 .left .image-container {
            /* width: 100%; */
            width: 220px;
            height: 250px;
            /* display: none; */
        }

        .resume21 .left .image-container img {
            width: 100%;
            height: 100%;
        }

        .resume21 .skill-section,
        .resume21 .language-section {
            margin-top: 20px;
        }

        /* contact section */
        .resume21 .contact-section {
            background-color: black;
            color: white;
            margin-top: 20px;
        }

        .resume21 .contact-section h2 {
            font-size: 30px;
            font-weight: 400;
            padding-bottom: 10px;
            border-bottom: 2px solid white;
            text-align: center;
        }

        .resume21 .contact-section {
            padding: 15px;
        }

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

        .resume21 .contact-section table td {
            vertical-align: top;
            word-break: break-all;
            color: white;
        }

        .resume21 .contact-section table td a {
            color: white;
            width: 120px;
        }

        .resume21 .contact-section table td span {
            margin-right: 5px;
        }

        /* skill section and language section */
        .resume21 .same-table table {
            border-spacing: 0px 10px;
        }

        .resume21 .same-table table td {
            color: black;
            word-break: break-all;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* right */
        .resume21 .right {
            /* width: 70%; */
            width: 514px;
            flex-grow: 1;
            margin-top: 150px;
        }

        .resume21 .right .about-section,
        .resume21 .right .education-section,
        .resume21 .right .experience-section {
            margin-bottom: 20px;
        }

        /* about section */
        .resume21 .right .about-section {
            margin-top: 10px;
        }

        .resume21 .right .about-section p {
            text-align: left;
        }

        /* education */
        .resume21 .education-section .job {
            margin-bottom: 15px;
            break-inside: avoid;
        }

        .resume21 .education-section .job p.college-name {
            font-weight: 700;
            font-size: 16px;
        }

        /* work experience */
        .resume21 .experience-section {
            width: 100%;
        }

        .resume21 .experience {
            break-inside: avoid;
            margin-bottom: 15px;
            break-inside: avoid;
        }

        .resume21 .experience .upper {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .resume21 .experience .upper .upper-left h4 {
            font-weight: 700;
            font-size: 16px;
        }

        .resume21 .experience .upper .upper-left p {
            font-style: italic;
        }

        .resume21 .experience .upper .upper-right h4 {
            font-size: 25px;
            font-weight: 400;
        }

        .resume21 .experience .lower {
            text-align: left;
        }

        /* main skills section */
        .resume21 .right .main-skills-section .skill {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            break-inside: auto;
        }

        .resume21 .right .main-skills-section .skill .progress-bar {
            width: 200px;
            height: 15px;
            background-color: rgb(223 223 223);
            border-radius: 10px;
        }

        .resume21 .right .main-skills-section .skill .progress {
            background-color: #313131;
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }

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

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

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


        .resume21 a:hover,
        .resume21 span:hover {
            color: yellow !important;
            cursor: pointer;
        }

        @media print {

            .resume21 {
                padding: 0cm;
            }

            .resume21 header {
                position: running(header);
                height: 30px;
                display: block;
            }

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

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

            @page {
                size: A4;
                margin: 0.5cm;


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