body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f5f7fa;  
}

/* main styles */

.main {
    display: flex;
    flex-direction: row-reverse;
      
    width: 1200px;
    margin: 0 auto;
    height: 1319px;
    left: 40px;
    top: 40px;
}

.main_content {
    background-color: #fff;
    margin-left: 15px;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
    padding: 1px 40px 40px 40px;
}

/* about styles */

.about {
margin: 40px 40px 40px 40px;
}

.about-position {
    font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
margin-bottom: 20px;
color: #000000;
}

.about-name {
    font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 45px;
line-height: 55px;
color: #000000;
margin-bottom: 25px;
}

.about-description {
    font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
width: 400px;
color: #595959;
}


/* project_styles */

.projects {
        margin: 5px 40px 40px 40px;
}

.title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
    color: rgb(0, 0, 0);
    
color: #000000;
}

.projects-list {
    padding: 0;
    margin-left: 15px;
}

.project-item {
    font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 24px;
color: #000000;
}

.project, 
.project-link {
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
color: #595959;
}
.project-link {
    margin-left: 10px;
}

.project-bracket {
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
/* or 171% */


color: #000000;
}
/* work styless*/

.work {
    
    margin: 40px 40px 40px 40px;
}

.work-position {
    font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
color: #000000;
margin-bottom: 1px;
}

.organization {
    font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
color: #FB6D3A;
}

.period {
    font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
color: #A8A8A8;
}

.line {
    font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
color: #000000;
}

.work-list {
    padding: 0;
    margin-left: 15px;
}

.work-list-item {
    font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #595959;
}

/* education styles */
.education {
    padding: 0;
}

.university {
    font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
color: #FB6D3A;
margin-bottom: 10px;
}

.department {
    font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 17px;
color: #000000;
margin-bottom: 10px;
}

  
/* sidebar stiles */
.sidebar {
    background-color: #161e29;
    padding-top: 10px;
    width: 370px; 
    
}
    .photo {
width: 360px;
margin-bottom: 5px;
    }

    
.contacts {
        margin-left: 28px;
        
    }

    .sidebar-title {
        color: #FFFFFF; 
        font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 10px;


    }

    .contact-type {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        color: #FFFFFF;
        margin-left: 5px;
    }

    .contact-link {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #728297;
        margin-left: 5px;
    }

    .tech-skills-list {
        color: #fff;
        padding: 5%;
        margin-right: 10px;
        margin-left: 15px;
    }

    .soft-skills-list {
        color: #fff;
        padding: 5%;
        margin-right: 10px;
        margin-left: 15px;
    }

    .tech-skills-item {
                color: orangered;
    }
    .tech-skills-text {
        color: #fff;
        width: 121px;
height: 203px;
left: 83px;
top: 613px;
    }
    .soft-skills-item {
        color: orangered;
    }
    
    .soft-skills-text {
        color: #fff;
        width: 121px;
height: 203px;
left: 83px;
top: 613px;
    }
    .work text {
        color: orangered;
    }