:root {
    --nav-link-color-activate: rgb(48, 66, 84);
    ;
    /* You can change this color */
    --main-color: rgb(243, 238, 234);
    --green-color: rgb(89, 124, 142);
    --white-color: white;
    --pink-color: #FFCBE0;
    --blue-dark: #2F4156;
    --pink-dark: #FF93BC;
}

#page3_bgr {
    height: 760px;
    width: 100%;
    background-color: var(--green-color);
    position: relative;
}

.education {
    position: absolute;
    top: 150px;
    left: 8%;
    width: 30%;
    /* display: flex;
    flex-direction: column;
    width: 30%;
    color: var(--blue-dark); */
}

.education-text,
.skill-text,
.activity-text,
.hobies-text {
    font-size: 55px;
    color: var(--pink-dark);
    /* margin-bottom: 20px; */
    font-weight: 600;
}

.pink-text-big {
    font-size: 55px;
    color: var(--pink-dark);
    /* margin-bottom: 20px; */
    font-weight: 600;
}

.education-text {
    margin-bottom: 20px;
}

.skill-text {
    margin-top: -50px;
    margin-left: -25px;
}

.education-info {
    color: var(--white-color);
    display: flex;
    flex-direction: column;
}

.education-duration {
    font-size: 22px;
    font-weight: 200;
    margin-top: 10px;
    margin-bottom: 5px;
}

.education-university {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    margin-left: 20px;
    ;
}

.education-major,
.education-gpa {
    font-size: 25px;
    font-weight: 200;
    margin-top: 8px;
    margin-left: 20px;
}

.skill-info {
    position: absolute;
    z-index: 15;
    top: 500px;
    left: 8%;
    width: 37%;
    height: 500px;
    display: flex;
    flex-direction: column;
    color: var(--white-color);
    background-color: var(--blue-dark);
    padding-right: 10px;
    padding-left: 30px;
}

.skill-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 96%;
    margin-top: 20px;
    /* margin-left: 10px; */
}

.skill-info>ul {
    text-align: justify;
    font-size: 30px;
    font-weight: 100;
    margin-top: 10px;
}

.skill-info>ul>li {
    margin-bottom: 10px;
}

.career-info {
    position: absolute;
    z-index: 15;
    top: 360px;
    left: 55%;
    width: 37%;
    height: 500px;
    display: flex;
    flex-direction: column;
    color: var(--white-color);
    /* background-color: var(--blue-dark); */
    padding-right: 10px;
    /* padding-left: 10px; */
}

.career-info>ul {
    text-align: justify;
    font-size: 30px;
    font-weight: 100;
    margin-top: 20px;
    margin-left: -20px;
    ;
}

.career-info>ul>ol {
    margin-bottom: 20px;
    ;
}

.resume-text {
    position: absolute;
    z-index: 1;
    top: -100px;
    left: 54%;
    width: 37%;
    /* height: 500px; */
    display: flex;
    flex-direction: column;
    /* justify-content: flex-start; */
    color: var(--white-color);
    font-style: normal;
}

.resume-text>.resume {
    position: absolute;
    color: var(--main-color);
    margin: 0;
    text-align: left;
    font-size: clamp(2rem, 12vw, 15rem);
    font-weight: 400;
    color: transparent;
    opacity: 0.5;
}

.resume1 {
    left: 0;
    top: 0;
    color: transparent;
    -webkit-text-stroke: 2px var(--pink-color);
}

.resume2 {
    left: 0;
    top: 130px;
    color: transparent;
    -webkit-text-stroke: 2px var(--pink-color);
}

.resume3 {
    left: 0;
    top: 260px;
    color: transparent;
    -webkit-text-stroke: 2px var(--pink-color);
}