body {
    font-family: 'Montserrat', sans-serif;
    background-color: #F5F7FA;
}

.main-container {
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    background-color: #fff;
    margin: 40px auto;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}

/* Main content section */
.main-content-section {
    padding: 100px 90px;
}
.main-content-title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color:#000000;
    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;
    color: #000;
    margin-bottom: 20px;
}

.about-me-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color:#595959;
    margin-bottom: 40px;
    width: 400px;
}

.about-me-name { 
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    color: #000;
    margin-bottom: 25px;

}
 
.projetct-item {
    color: #595959;
}

/* My Projects section */

.my-projects-section {
    margin: 0 0 50px 0;
}

.my-projects-list {
    padding: 0 0 0 18px;
}

.my-projects-item {
    color: #000;
    font-weight: bold;

}
.my-projects-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

.my-projects-link {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    padding: 0 0 0 10px;
}

.my-projects-bracket {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #000000;  
}
/* My Work section */

.my-work-position {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.my-work-type {
    color: #FB6D3A;
}

.my-work-period {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
    margin: 0 0 10px 0;
}

.my-work-divider {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #000000;

}

.my-work-duties,
.my-lang {
    padding: 0 0 0 18px
}

.my-work-duty,
.my-lang-level {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

.my-work-expierence-company-block {
    margin: 0 15px 0 0;
}


/* My Education section */

.my-education-section,
.my-language-section {
    margin: 40px 0 0 0; 
}

.my-university {
    color: #FB6D3A;
    margin: 15px 0 0 0;
}

.my-faculty {
    margin: 10px 0 10px 0;
}

/* Sidebar section */
.sidebar-section {
    background-color: #1E2939;
    width: 370px;
    padding: 40px 0px;  
}

.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-type {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-right: 7px;
}

.contacts-link {
    color: #7ea5e9;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;  
}

/* Tech Skills list */
.tech-skills-list {
    padding: 0 0 0 17px;
}

.tech-skills-bullet {
   color: #FB6D3A;
}

.tech-skills-text {
    color: #CACDD0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

/* Soft Skills list */
.soft-skills-list {
    padding: 0 0 0 17px;
}

.soft-skills-bullet {
    color: #FB6D3A;
}

.soft-skills-text {
    color: #CACDD0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}