body {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    margin-top: 19px;
    margin-bottom: 24px;
}
h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 17px;
}
h3 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 12px;
}
h4 {
    font-size: 16px;
    line-height: 19.5px;
    margin-top: 20px;
    margin-bottom: 11px;
}
.main {
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    margin: 0 auto;
}

/* main info styles */
.main_content {
    padding-left: 88px;
    background-color: #FFFFFF;
    color: #000000;
    padding-bottom: 100px;
    padding-top: 90px;
    padding-left: 90px;
    padding-right: 90px;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}
.main_text_body {
    color: #595959;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.main_date {
    color: #A8A8A8;
    font-size: 12px;
    margin-top: 11px;
    margin-bottom: 8px;
}
.work {
    width: 525px;
    margin-bottom: 20px;
}
.project {
    width: 485px;

}
.project_item {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.project_link {
    color: #595959;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.project_link {
    margin-left: 7px;
}
.about {
    width: 400px;
}
.education {
    width: 330px;
    margin-bottom: 20px;
}
.Edu_subj {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}

/* lists without left margin */
.lwlm {
    padding: 0px;
    margin-left: 17px;
    margin-top: 8px;
}
/*list without margin and bullets*/
.lwlm1 {
    margin-left: 17px;
    margin-top: 8px;
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}

/* sidebar styles */
.sidebar{
    background-color: #013b22;
    padding: 0;
    width: 370px;
    padding-top: 40px;
}
.img {
    width: 370px;
}
.sidebar_text {
    margin-left: 40px;
    color: #FFFFFF;
}
.contact_text {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}
.white_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}
.orange_color {
    color:#FB6D3A;
}
