:root {
    --heading: #8a3324;
}

body {
    background-color: #E7E9EB;
    /* background-image: url("../Images/background.png"); */
    /* padding: 250px; */
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 15px;
    padding-top: 30px;
}

.container-first-page {
    background-color: white;
    max-width: 210mm;
    min-height: 297mm;
    margin: auto;
    padding: 0;
    margin: 25px auto;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.container-content-page {
    background-color: white;
    max-width: 210mm;
    min-height: 297mm;
    margin: auto;
    padding: 0;
    padding-top: 50px;
    margin: 25px auto;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.h2 {
    color: var(--heading);
    font-weight: bold;
}

.profile-photo {
     width: 135px;
     height: auto;
     border-radius: 100%;
}

.top-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-box {
    /* margin: 20px; */
    padding: 30px;
    padding-top: 50px;
     display: flex;
     align-items: center;
}

.top-image {
    margin-right: 30px;
    width: auto;
}

.material-symbols-outlined {
    font-size: 18px;
}

.top-content-row {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 10px;
    line-height: 1.8;
    margin: 0;
}

.top-profile-details {
    line-height: 1;
}

.hirizontal-bar {
    height: 0;
    width: auto;
    border: 1px solid #E7E9EB;
}

.content-heading {
    color: var(--heading);
    font-weight: bolder;
    font-size: 18px;
}

.content-secondary-heading {
    color: var(--heading);
    font-weight: bolder;
    font-size: 15px;
}

.content-box {
    padding: 0 60px 30px 50px;
}

.content-group {
    padding-top: 20px;
}

.content-body {
    margin-left: 20px;
    text-align: justify;
    line-height: 1.8;
    padding-top: 10px;
}

.content-education p {
    margin-right: 10px;
    margin-top: 10px;
}

.project-language {
    display: block;
    margin-left: 30px;
}

.certificate-year {
    float: right;
}

.content-body li {
    margin: 10px 0;;
}