body {

    font-family: 'Montserrat', sans-serif;

    background-color: #F5F7FA;
      

}
.main-container {
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    margin: 40px auto;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
    

}
.main-content-section {
    padding: 100px 90px;
    background-color: #fff;
}
.abaut-me-section {
    margin: 0 0 40px 0;
}

.Front-End-Developer {
    color: #000;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 20px 0;
}
.Anton-Chornyi{
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    color: #000000;
    margin: 0 0 25px 0;
}
.abaut-me-description{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    width: 400px;
}
.main-content-titli {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 10px;
}

 /*me projects section*/
.me-projects-section {
    margin-bottom: 50px;
}

.me-projects-list{
    padding: 0 0 0 17px;
}

.me-projects-item{
    color: #000000;
    font-weight: bold;
}
.me-projects-text{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    margin-left: 5px;
}
.me-projects-link{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}
.me-projects-brecket{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

/*me-work-exp*/
.me-work{
    margin-bottom: 15px;
}
.me-work-compani{
    color: #FB6D3A;
}
.me-work-position{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.me-work-temi{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
    margin-bottom: 10px;
}
.me-work-temi-divider{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}
.me-work-duties{
    padding-left: 18px;
}
.me-work-exp-duti{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;

}
/*Education*/
.Education {
    margin-top: 45px;

}
.Management{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 10px;
}

/*saidebar*/
.saidebar-section {
    width: 370px;
    background-color: #1E2939;
    
    padding: 40px 0px;
}
.Contacts-section ,
.Tech-Skills-section ,
.Soft-Skills-section {
margin: 50px 0 0 40px;
}

.saidebar-title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
    color: #fff;
    
}
/* Contacts-section */
.Contacts-section-type {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-right: 7px;
}
.Contacts-section-link {
    color: #565E6A;
}
.Tech-Skills-List {
    padding: 0 0 0 17px;
}
.Tech-Skills-item {
    color: #FB6D3A;
}
.Tech-Skills-item-text {
    color: #fff;
}
.Soft-Skills-List {
    padding: 0 0 0 17px;
}