        body {
            background: rgba(24, 19, 37, 0.92);
            color: rgb(0, 0, 0);
            margin: 0%;
            padding: 0%;
            background-image: url('image file/frame.png');
            background-position: center top, center bottom;
            background-repeat: no-repeat;
            background-size: cover;
            box-sizing: border-box;
            font-style: oblique;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .dark-overlay {
            position: static;
            left: 0;
            top: 0;
            width: 100vw;
            height: 220vh;
            background: rgba(24, 19, 31, 0.80);
            z-index: 25;
        }

        .frame-wrapper {
            width: 55%;
            margin: 0 auto;
            box-sizing: border-box;
            padding-top: 36%;
            padding-left: 45px;
            ;
        }

        .resume-wrapper {
            background: transparent;
            padding: 0;
        }

        /* Two-column layout */
        .container {
            display: flex;
            width: 100%;
            padding: 3px;
            gap: 13px;
            background: transparent;

        }

        .left {
            width: 46%;
            border-right: 3px solid black;

        }

        .right {
            padding: 0;
        }

        h1,
        h2 {
            border-bottom: 2px solid rgb(66, 2, 71);
            border-width: 6px;
            border-style: solid;
            padding-left: 12px;
            text-align: center;
        }

        .skills-title {
            margin-top: -10px;
            margin-bottom: -10px;
            color: rgb(0, 0, 0);
            text-align: center;
            font-size: 31px;
            margin-right: 68px;
        }

        .employment-title {
            margin-top: 0px;
            margin-bottom: -42px;
            color: rgb(0, 0, 0);
            text-align: center;
            font-size: 31px;
            margin-right: 58px;
        }

        .education-title {
            margin-top: -10px;
            margin-bottom: -10px;
            color: rgb(0, 0, 0);
            text-align: center;
            font-size: 31px;
            margin-right: 20px;
            margin-left: 13px;
        }

        .experience-list {
            list-style-position: inside;
            padding-left: 0;
            margin-left: 0;
        }

        .experience-list li {
            margin-bottom: 14px;
        }

        p {
            color: rgb(0, 0, 0);
            padding-left: 3px;
        }

        ul {
            list-style-type: circle;
            color: rgb(0, 0, 0);
            padding-right: 33px;
            padding-top: 19px;
            padding-bottom: 19px
        }

        .job-title {
            font-size: 20px;
            font-weight: bold;
            color: rgb(0, 0, 0);
            margin-bottom: 14px;
            padding-left: 1px;
            padding-top: -3px;
        }

        .Education {
            font-size: 18px;
            font-weight: bold;
            color: rgb(0, 0, 0);
            padding-left: 39px;
            margin-bottom: -9px;
        }

        .top-info {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-right: 59px;
            padding-bottom: 29px;
        }


        .profile-pic {
            width: 232px;
            border-radius: 5%;
            padding-right: 10px;
            padding-bottom: 41px;
        }

        h1,
        .contact-text {
            margin: 2px;
            color: rgb(0, 0, 0);
            padding-left: 2px;
        }

        a:visited {
            color: rgb(66, 2, 71);
            /* visited link */
        }

        a:link {
            color: rgb(0, 0, 0);
            /* unvisited link */
            text-decoration: none;
        }

        .a:active {
            color: rgb(180, 0, 180);
            /* when clicking */
        }

        a:hover {
            color: rgb(120, 0, 120);
            /* hover color */
            text-decoration: underline;
        }