body{
    font-family: 'Montserrat', sans-serif;
    background-color: #E5E5E5;
}


/* Wrapper  */

.main-container{
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    background-color: white;
    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: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000;
    margin-bottom: 10px;
}

/* About me section */

.about-me-section{
    margin: 0 0 40px 0;
}
.about-me-profession{
    font-style: normal;
    line-height: 17px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 20px 0;
}
.about-me-name{
    font-style: normal;
    line-height: 55px;
    font-size: 45px;
    font-weight: 700;
    color: #000;
    margin: 0 0 25px 0;
}
.about-me-profession-description{
    width: 400px;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #595959;
}

/* My projects section */

.my-projects-section{
    margin: 0 0 50px 0;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
.my-projects-list{
    padding: 0 0 0 18px;
}
.my-projects-item{
    color: #000;
    font-weight: 700;
}
.my-projects-link{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}
.my-projects-text{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    margin-left: 5px;
}
.my-projects-bracket{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

/* My company experience */

.my-work-experience-company{
    color: #FB6D3A;
    
}
.my-work-experience-position{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px 0;
}
.my-work-experience-period{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
    margin: 0 0 10px 0;
}
.my-work-experience-divider{
    color: #000;
}
.my-work-experience-duties{
    padding: 0 0 0 18px;
}
.my-work-experience-duty{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}
.my-work-experience-company-block{
    padding: 0 15px 0 0;
}
.my-work-experience-section{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 45px;
}

/* My education section */

.my-education-header{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin: 45px 0 0 0;
}
.my-education-university{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FB6D3A;
}
.my-education-faculty{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}

/* Sidebar-sections */

.sidebar-sections{
    background-color: #1E2939;
    width: 370px;
    padding: 40px 0;
}
.photo{
    width: 370px;
    height: 354px
}
.Contact-sections,
.Tech-sKills-sections{
    font-size: 22px;
    font-weight: 700;
    color: white;
    margin: 50px 0 0 40px;
}

.Sidebar-title{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: white;
    margin-bottom: 10px;
}
/* Contact sections */

.Contact-sections-type{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: white;
    margin-right: 5px;
}
.Contact-sections-link{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #565E6A;
}

/* Tech sKills list */
.Tech-sKills-list{
    padding: 0 0 0 15px;
}
.Tech-sKills-item{
    color: #FB6D3A;
}
.Tech-sKills-item-text{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: white;
}

/* Soft Skills sections */

.Soft-Skills-sections{
    font-size: 22px;
    font-weight: 700;
    color: white;
    margin: 50px 0 0 40px;
}
