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

        body {
            margin: 0;
            padding: 0;
        }

        .resume20 {
            display: flex;
            background-color: white;
            flex-direction: column;
        }

        .resume20 header {
            display: none;
        }

        .resume20 p,
        .resume20 li,
        .resume20 a {
            font-size: 14px;
            list-style: none;
            text-decoration: none;
            word-break: break-all;
        }

        .resume20 p {
            line-height: 20px;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* header */

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

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

        .resume20 .header {
            display: flex;
            width: 793px;
            height: 270px;
            color: white;
        }

        /* image container */
        .resume20 .header .image-container {
            /* width: 35%; */
            width: 278px;
            /* height: 100%; */
            height: 270px;
            /* display: none; */
        }

        .resume20 .header .image-container img {
            width: 100%;
            height: 100%;
        }

        /* name container */
        .resume20 .profile-container {
            /* width: 65%; */
            width: 515px;
            /* height: 100%; */
            height: 270px;
            display: flex;
            justify-content: center;
            flex-direction: column;
            flex-grow: 1;
            background-color: #1E1E1E;
            padding: 0px 25px;
        }

        .resume20 .name-container {
            margin-bottom: 20px;
        }

        .resume20 .name-container h1 {
            font-size: 35px;
            line-height: 40px;
            font-weight: 700;
            color: #C6AC28;
        }

        .resume20 .name-container p {
            font-size: 20px;
        }

        /* contact section */
        .resume20 .contact-container {
            display: flex;
            flex-wrap: wrap;
        }

        .resume20 .contact-container .contact {
            margin-right: 20px;
            margin-bottom: 10px;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* main container */
        .resume20 .main-container {
            display: flex;
            padding: 0cm 0.8cm;
            min-height: 297mm;
        }

        /* left section */
        .resume20 .left {
            /* width: 35%; */
            width: 249px;
            margin-right: 20px;
            margin-top: 290px;
        }

        .resume20 .left .below-left {
            padding-right: 30px;
        }

        .resume20 h2 {
            color: black;
            font-weight: 600;
            border-bottom: 2px solid #C6AC28;
            padding-bottom: 5px;
            font-size: 20px;
            display: inline-block;
            margin-bottom: 15px;
        }

        .resume20 .education-section,
        .resume20 .language-section,
        .resume20 .skill-section,
        .resume20 .main-skills-section {
            margin-top: 15px;
        }

        /* about section */
        .resume20 .about-section {
            padding: 0;
        }

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

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

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

        .resume20 .job .college-name {
            font-weight: 600;
        }

        /* language section */
        .resume20 table {
            border-spacing: 0px 10px;
        }

        .resume20 table td {
            vertical-align: top;
            word-break: break-all;
            font-size: 14px;
            color: black;
        }

        .resume20 table td img {
            width: 15px;
            height: 15px;
            margin-right: 15px;
        }

        .resume20 table td a,
        .resume20 table td span {
            font-size: 14px;
            text-decoration: none;
            color: black;
        }

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* main container */
        .resume20 .right {
            /* width: 65%; */
            width: 462px;
            flex-grow: 1;
            margin-top: 290px;
        }

        .resume20 .right .experience-section{
            margin-bottom: 15px;
        }

        .resume20 .right .skill-section ul {
            display: flex;
            flex-wrap: wrap;
        }

        .resume20 .right .skill-section ul li {
            border: 1px solid gray;
            border-radius: 12px;
            padding: 5px 8px;
            margin-right: 10px;
            margin-bottom: 10px;
        }

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

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

        .resume20 .right .main-skills-section .skill .progress {
            background-color: #C6AC28;
            width: 100%;
            height: 100%;
        }

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

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

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


        .resume20 a:hover,
        .resume20 p:hover {
            color: #C6AC28 !important;
            cursor: pointer;
        }

        @media print {

            .resume20 .name-container {
                margin-bottom: 10px;
            }

            .resume20 .main-container{
                margin-top: 20px;
            }

            .resume20 .header .image-container {
                width: 42%;
            }

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

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

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

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


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

            @page: first {
                margin: 0 0 1cm 0;
            }
        }