body {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 1280px;
    background-color: #f5f7fa;
}

/* Main content section */
.main-section {
    display: flex;
    flex-direction: row-reverse;
    weight: 1200px;
    background-color: #fff;
    margin: 40px auto;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}

.main-content-section {
padding: 100px 90px;
}

.main-content-title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #000;
    margin-bottom: 10px;
}

/* about me section */
.about-me-section {
margin-bottom: 40px;
}

.about-me-profession {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.about-me-name {
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    color: #000;
    margin-bottom: 25px;
}

.about-me-description {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    width: 400px;
}
 
/* my project section */
.my-project-section {
margin-bottom: 50px;
}

.my-project-list {
  padding: 0 0 0 17px;  
}

.my-project-item {
color: #000;
font-weight: bold;
}

.my-project-link {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

.my-project-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    margin-left: 5px;
}

.my-project-bracket {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

/* my work experience */
.my-work-experience-section {
    margin-bottom: 50px;
}
.my-work-experience-company-block {
margin: 0 0 15px 0;
}
.my-work-experience-company {
    color: #FB6D3A;
}
.my-work-experience-position {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px 0;
}
.my-work-experience-period {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;    
    color: #A8A8A8;
    margin: 0 0 10px 0;
}
.my-work-experience-divider {
    color: #000;
}
.my-work-experience-duties {
    padding: 0 0 0 18px;
}
.my-work-experience-duty {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}


/* my education */
.my-education-section {
    margin-bottom: 50px;
}

.my-education-university {
    color: #FB6D3A;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.my-education-faculty {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin: 0 0 10px 0;
}

.my-education-period {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
    margin: 0 0 10px 0;    
}

.my-education-divider {
    color: #000;
}

/*sidebar section */

.sidebar-section {
    background-color: #1e2939;
    width: 370px;
    padding: 40px 0;
}

.contacts-section, 
.tech-skills-section, 
.soft-skills-section {
    margin: 50px 0 0 40px;
}

.sidebar-title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 10px;
}
/* contacts section */
.contacts-section-type {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color:#fff;
    margin-right: 7px;
}

.contacts-section-link {
color: #565e6a;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
}

.tech-skills-list,
.soft-skills-list {
    padding: 0 0 0 17px;
}

.tech-skills-item,
.soft-skills-item {
    color: #FB6D3A;
}

.tech-skills-item-text,
.soft-skills-item-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}