body {
    font-family: 'Montserrat', sans-serif;
    background-color: linen;
}

/* Main styles */

.main {
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    margin: 0 auto;
}   
/* Main content */
.main-content {
    background-color:#f5f7fa;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 90px;
}

/* About user styles */

.about {
    background: #f5f7fa;

}

.about_position {
    background-color: #f5f7fa;
    font-style: normal;
    font-weight: 500px;
    font-size: 30px;
    line-height: 17px;
    color: CornflowerBlue;
    margin-left: 100px;
    margin-bottom: 50px;
    margin-right: 120px;
    padding: 40px;
}

.about_name {
    font-style: normal;
    font-weight: 300px;
    font-size: 45px;
    line-height: 55px;
    margin-left: 50px;
    margin-bottom: 40px;

}

.about_discription {
    font-style: normal;
    font-weight: 500px;
    font-size: 17px;
    line-height: 24px;
    color: rgb(59, 94, 117);
    width: 600px;
    margin-bottom: 45px;
}
/* About myself styles */
/* .about_myself {
    


.title {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 20px;
    color: black;
}
/* Work styles */


h2 {
    background-color: white;
    color: black;
    
}

h1 {
    color: #1E2939;

}

/* Sidebar */

.sidebar {
    background-color: #1E2939;
    padding-top: 20px;
    width: 370px;
    padding-bottom: 20px;
}

/* Photo styles */

.photo {
    width: 370px;
    margin-bottom: 50px;
}

/* Sidebar title */
.sidebar_title {
    color: skyblue;
    font-style: normal;
    margin-left: 0px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
}

/* Contact style */
.contact,
.tech_skills,
.diploma,
.language_skills,
.soft_skills {
    margin-left: 40px;
    color: #f5f7fa;
}

.contact{
    margin-bottom: 45px;
}
/* Contact type */

.contact-type {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: aquamarine;
    margin-right: 10px;
}

/* Contact link */

.contact_link {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: dodgerblue;
}

.tech_skills {
    margin-bottom: 45px;
}

/* Tech skills list styles */

.tech_skills_list,
.diploma_list {
    color: white;
    padding: 0px;
    margin-left: 20px;
}

/* Tech skills text styles */

.tech_skills_text {
    color: #f5f7fa;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
/* Tech skills item styles */

.tech_skills_item,
.diploma_item {
    color: mediumpurple;
}

/* Soft skills list styles */

.soft_skills_list {
    color: white;
    padding: 0px;
    margin-left: 20px;
}

/* Soft skills item styles */

.soft_skills_text{
    color: #f5f7fa;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px; 
}

/* Soft skills item styles */

.soft_skills_item {
    color: mediumpurple;
}
/* Language skills list styles */

.language_skills_list,
.diploma_list {
    color: white;
    padding: 0px;
    margin-left: 20px;
}

/* Language skills item slyles */

.language_skills_item {
    color: mediumpurple;
}

/* Language skills text styles */

.language_skills_text {
    color: #f5f7fa;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.project_item {
    color: #1E2939;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
}

.project_text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.project_bracket {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.project_list {
    padding: 0;
    margin-left: 15px;
}
 .projects, 
 .education,
 .work,
 .self_education {
    margin-bottom: 10px;
 }

 .work_position {
    color: steelblue;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
 }

 .organization {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FB6D3A;
    margin-bottom: 10px;
 }

 .title {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 27px;
    color: lightslategray;
    margin-bottom: 10px;
 }

 .period {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
    margin-bottom: 10px;
 }

 .work_list {
    padding: 0px;
    margin-left: 15px;
    margin-bottom: 20px;
 }

 .work_list_item {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    
 }

 .education_specialty {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 10px;
 }