body {
    font-family: 'Montserrat', sans-serif;
    background-color: #F5F7FA;
}

.all_container {
    display: flex;
    flex-direction: row-reverse;
    width: 1100px;
    margin: 20px auto;
    background-color: white;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}

/* Main style */
.main {
    margin: 100px 80px;
    width: 730px;
}

/* About me, projects, work experience and education style */
.myProfession_text,
.workPlace_headname,
.educationPlace_text,
.educationSubject_text {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: black;
}

.placeOfWork,
.educationPlace_text {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FB6D3A;
}

.projects_headname,
.workExperience_headname,
.education_headname {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: black;
    margin-bottom: 10px;
}

.workPlaceDateAndCountry_text,
.educationTimeAndPlace_text {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
    margin: 0 0 10px 0;
}

.workDateAndCountry_slash,
.educationTimeAndPlace_slash {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: black;
}

/* About me style */
.myProfession_text {
    margin: 0 0 20px 0;
}

.myName_text {
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    color: black;
    margin-bottom: 25px;
}

.aboutMe_text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    margin-bottom: 40px;
    width: 400px;
}

/* Projects style */
.projects_conteiner {
    margin: 0 0 50px 0;
}

.projects_list {
    padding: 0 0 0 18px;
}

.projectsList_element {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}

.projectsListElement_text {
    margin-left: 5px;
}

.project_href {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    text-decoration: none;
}

.project_href:hover {
    text-decoration: underline;
}

.projectsListElement_normalText {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: black;
}

.projectsListElement_boldText {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: black;
}

/* Work experience style */
.workExperience_container {
    margin-bottom: 45px;
}

.workPlace_headname {
    margin: 0 0 10px 0;
}

.workPlaceInfo_list {
    padding: 0 0 0 18px;
}

.workPlaceInfoList_element {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

.workPlace_container {
    margin-bottom: 15px;
}

/* Education style */
.education_headname,
.educationPlace_text,
.educationSubject_text {
    margin: 0 0 10px 0;
}



/* Sidebar style */
.sidebar {
    background-color: #1E2939;
    width: 370px;
}

.myPhoto_img {
    width: 370px;
    margin: 40px 0 5px 0;
}

.techSkills_container,
.softSkills_container {
    margin: 45px 0 0 40px;
}

.softSkills_container {
    margin-bottom: 50px;
}

.myContacts_container {
    margin: 30px 0 0 40px;
}

.myContacts_headname,
.techSkills_headname,
.softSkills_headname {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: white;
    margin-bottom: 10px;
}

.myContactsBadge_text {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: white;
    margin-right: 10px;
}

.myContacts_link {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.5;
    text-decoration: none;
}

.myContacts_link:hover {
    text-decoration: underline;
}

.techSkills_list,
.softSkills_list {
    padding: 0 0 0 17px;
}

.techSkillsList_element,
.softSkillsList_element {
    color: #FB6D3A;
}

.techSkillsListElement_text,
.softSkillsListElement_text {
    color: white;
}