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;
}

/* Main content section */

.main-content-section{
 padding: 100px 190px;
 box-shadow: 6px 6px 20px rgba(0 0 0 20%);
}

/* About me section */

.about-me{
    margin: 0 0 40px;
}

.about-me-profession{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-bottom: 20px;
}

.about-me-name{
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    color: #000;
    margin: 0 0 25px;
}

.about-me-description{
    width: 400px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color:#595959;
}

/* Contacts section */

.contacts-section-type{
    font-weight: bold;
    font-size: 14px;
    margin-right: 7px;
    color: #fff;
}

.contacts-section-link{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #FFF;
    opacity: 0.5;
}

/* My work experience */

.my-work-experience{
    margin-bottom: 40px;
}

.my-work-experience-company{
    color: #FB6D3A;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.my-work-experience-position{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin: 0 0 10px;
}

.my-education-period,
.my-work-experience-period{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
    margin: 0 0 10px;
}

.my-education-devider,
.my-work-experience-devider{
    color: #000;
}

.my-work-experience-duties{
    padding: 0 0 0 18px;
}

.my-work-experience-duty-item{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

.my-work-experience-company-block{
    padding: 0 15px 0 0;
}

/* My education */

.my-education-place{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FB6D3A;
}

.my-education-study{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}

/* Sidebar section */

.sidebar-section{
    background-color: #1E2939;
    width: 370px;
    padding: 40px 0;
}

img{
    width: 370px;
    height: 480px; 
}

.contacts-section,
.tech-skills-section,
.soft-skills-section{
    margin: 50px 0 0 40px;
    line-height: 24px;
}

.sidebar-title{
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 10px;
}

/* Tech skills */

.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{
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}