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

        body {
            margin: 0;
            padding: 0;
        }

        .resume23 .main-content {
            display: flex;
            width: 100%;
            background-color: white;
            padding: 0.8cm;
            line-height: 18px;
            min-height: 297mm;
        }

        .resume23 header {
            display: none;
        }

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

         .resume23 a:hover,
         .resume23 span:hover {
          color: #159AC2 !important;
          cursor: pointer;
        }

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

        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* left */
        .resume23 .left {
            width: 35%;
            margin-right: 20px;
        }

        .resume23 h2 {
            font-size: 18px;
            font-weight: 500;
            text-transform: uppercase;
            margin-bottom: 15px;
            letter-spacing: 2px;
            font-weight: 600;
            display: inline-block;
            border-bottom: 3px solid #159AC2;
            padding-bottom: 3px;
        }

        /* profile container */
        .resume23 .profile-container {
            margin-bottom: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            /* display: none; */
        }

        .resume23 .profile-container img {
            width: 130px;
            height: 130px;
            border-radius: 50%;
            border: 3px solid #159AC2;
        }

        .resume23 .name-container,
        .resume23 .contact-section,
        .resume23 .skill-section {
            margin-bottom: 30px;
        }

        /* name container */
        .resume23 .name-container h1 {
            font-size: 30px;
            text-transform: uppercase;
            line-height: 30px;
            font-weight: 600;
            letter-spacing: 2px;
            text-align: center;
            margin-bottom: 5px;
        }

        .resume23 .name-container p {
            color: #159AC2;
            text-transform: uppercase;
            font-size: 15px;
            text-align: center;
            letter-spacing: 2px;
        }

        /* contact */
        .resume23 .left .contact-section ul li {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

        .resume23 .left .contact-section ul li img {
            width: 15px;
            height: 15px;
            margin-right: 10px;
        }

        .resume23 .left .contact-section ul li a {
            color: black;
        }

        .resume23 .skill-section,
        .resume23 .language-section {
            margin-top: 15px;
        }

        .resume23 .skill-section ul li,
        .resume23 .language-section ul li {
            margin-bottom: 10px;
        }


        /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

        /* right */
        .resume23 .right {
            width: 65%;
            flex-grow: 1;
        }

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

        /* about section */
        .resume23 .right .about-section p {
            text-align: left;
        }

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

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

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

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

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

        .resume23 .experience .upper .upper-left h4 {
            font-weight: 600;
            font-size: 16px;
        }

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

        .resume23 .experience .upper .upper-right h4 {
            font-size: 25px;
            font-weight: 300;
        }

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

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

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

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

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

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

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

        @media print {

            .resume23 .main-content {
                padding: 0cm;
            }

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

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

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


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


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

        }