* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.body-group {
    position: relative;
    width: 100%;
    max-width: 1000px;
    min-height: 100px;
    background-color: #fff;
    margin: 50px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    box-shadow: 0 35px 50px rgba(0, 0, 0, 0.1);
}

.body-group .left {
    position: relative;
    background-color: #143454;
    padding: 40px;
}

.profile-photo {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-info {
    padding-top: 40px;
}

.title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: #fff;
    text-decoration: underline;
    text-decoration-thickness: 3px;
}

.contact-info ul {
    position: relative;
}

.contact-info ul li {
    position: relative;
    list-style: none;
    margin: 10px 0;
    color: #fff;
}

.education li {
    margin-bottom: 15px;
    list-style: none;
}

.education h4 {
    color: #fff;
    font-weight: 500;

}

.education h5 {
    color: #fff;
    margin-top: 10px;
    font-weight: 300;
}

.education {
    position: relative;
}

.education ul li {
    position: relative;
    list-style: none;
    margin: 10px 0;
    color: #fff;
}

.Skills li {
    color: #fff;
    position: relative;
    list-style-position: inside;
}

.Languages li {
    color: #fff;
    position: relative;
    list-style-position: inside;
}

.body-group .right {
    position: relative;
    background-color: #fff;
    padding: 40px;
}

.header h1 {
    color: rgb(73, 73, 73);
    font-size: 3em;
    text-align: left;
    font-weight: bolder;
    line-height: 1.4em;
}

.header h2 {
    color: rgb(73, 73, 73);
    font-size: 1.5em;
    margin-bottom: 20px;
    text-align: left;
    font-weight: bold;
    line-height: 1.4em;
}

.Profile {
    margin-bottom: 10px;
}

.title2 {
    color: #143454;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-decoration: underline;
    text-decoration-thickness: 3px;
}

p {
    color: #333;
}

.text h5 {
    color: #333;
}

.exp h4 {
    color: #333;
    /* margin-bottom: 10px;
    margin-top: 15px; */
    text-size-adjust: 18px;
}

.text ul {
    list-style-position: inside;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    text-align: left;
    color: #333;

}