body {
    font-family: 'Montserrat', sans-serif;
    background-color: #F5F7FA;
}

.main-content-section {
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    background-color: #FFFF;
    margin: 40px auto;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}


/* main content saction */

.main-content {
    padding: 100px 90px;
}

.about-me-profession {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    font-weight: 700px;
    color: #000;
    margin-bottom: 20px;
}


/* about me saction */

.about-me {
    margin: 0 0 40px 0;
}

.about-me-name {
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    color: #000;
    margin-bottom: 25px;
}

.about-me-name-description {
    width: 400px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #2e2525;
}


/* my projects saction */

.my-content-title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 10px;
}

.my-projects-section {
    margin-bottom: 0 0 50px 0;
}

.my-projects-list {
    padding: 0 0 0 17px;
}

.my-projects-item {
    color: #000000;
    font-weight: bold;
}

.my-projects-link {
    ont-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

.my-projects-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    margin-left: 5px;
}

.my-projects-bracket {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}

.projects-item {}


/* my work expirience */

.my-work-experience-company {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: rgb(255, 110, 231);
}

.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 {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.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-work-experience-company-block {
    margin: 0 0 15px 0;
}


/* sidebar section */

.sidebar-section {
    background-color: #1e2939;
    width: 370px;
    height: 1319px;
    padding: 40px 0;
    color: #FFFF;
}

.sidebar-section-photo {
    width: 370px;
    height: 354px;
    left: 40px;
    top: 80px;
}

.sidebar-title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
}

.contacts-section,
.tech-skill-section {
    margin: 50px 0 0 40px;
}


/* contact section */

.contacts-section-type {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #FFFF;
    margin-right: 7px;
}

.contacts-section-link {
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}


/* tech-skill colors */

.tech-skill-list {
    padding: 0 0 0 15px;
}

.tech-skill-item {
    color: hsl(300, 100%, 58%)
}

.tech-skill-item-text {
    color: #FFFF;
}