body {
    font-family: 'Montserrat', sans-serif;
    background-color:#E5E5E5;
}

.main-container{

    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    background: #fff;
    margin: 40px auto;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}

/* Main section */

.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 { 
    margin-bottom: 40px;
}
.about-me-profession{
    font-style: normal;
    font-weight: bold; 
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px ;
}

.about-me-name {
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 25px;
    color: #000;
}

.about-me-discription{
    width: 400px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

/* My project section */

.my-projects-section {
    margin-bottom: 50px;

}

.my-projects-list {
    padding: 0 0 0 17px;
}
.my-projects-item {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #000000;

}
.my-projects-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    margin-left: 5px;
}
.my-projects-link{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

.my-project-bracket{

    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #000000;

}

.my-work-expirience-company {
    color: #FB6D3A

}
.my-work-expirience-position{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin: 0 0 10px 0;
}

.my-work-exp-period{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
    margin: 0 0 10px 0
}

.my-work-epirience-divider {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000;
}

.my-work-exp-duties {
    padding: 0 0 0 17px;
}

.my-work-exp-duties-list {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}
.my-work-exp-company {
    margin: 0 0 15px 0;
}



.my-education-section {
   margin-top: 40px;
}
.my-education-name-univ{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FB6D3A;
    margin:0 0 10px 0;
   

}
.my-education-name-prof {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin:0 0 10px 0;
}


/* Sidebar section */

.Photo-style {
    width: 350px;
   
}
.sidebar-section
{
    background-color:#1E2939;
    width: 370px;
    padding: 40px 0px;
                        }
.contact-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;
        }
        
        /*Contact sections*/

    .contact-section-type {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        margin-right: 7px;
        }
    .contact-section-link {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        color:#4F5865;
        margin-right: 7px
        }

    
    /*Techskills section */
    
        .Tech-skills-list {
            padding:0;
            margin-left: 17px;
        }
        .tech-skills-item {
            color: #FB6D3A;
        
        
        }
        .tech-skills-item-text{
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        }

    /*Soft skill section*/

        .Soft-skills-list {
            padding: 0;
            margin-left: 17px;
        }
        .Soft-skills-item {
            color: #FB6D3A
        }
        .Soft-skills-item-text {
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 24px;
            color: #fff;
        }

        