body {
    font-family: 'Montserrat', sans-serif;
    background-color: #F5F7FA;
}

/* main style */
.main {
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    margin: 0 auto;

}

.Main-Content {
    background-color: #FFFFFF;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 60px;
}

/* about styles */


.about {
    margin-bottom: 40px;

}

.about-position {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 20px;
}

.about-name {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    color: #000000;
    margin-bottom: 20px;
    width: 400px;
    
}

.about-discription {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

/* project styles */

.Projects {

    margin-top: 50px;
    margin-bottom: 50px;
    font-style: normal
}


.title {

    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    
}

.Projects-List {

    padding: 0%;
    margin-left: 20px;

}

.Projects-Item {

    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000000;

}

.Project, 
.Project-link {

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;

}

.Project-link {
    margin-left: 10px;


}


.Project-Brecket {

    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

/* work styles */

.work {

    margin-bottom: 50px;

}

.Work-Position {

    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin: 0 0 10px 0;
}
  

.Education-Item {

    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin: 0 0 10px 0;
}

.well {

    font-style: normal;
    color: #000000;
    margin: 0 0 10px 0;
}

.Period {
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
    margin-bottom: 10px;
}

.Work-List {

    padding: 0;
    margin-left: 20px;
}

.Work-List-Item {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

.Organization,
.Education-Item 
{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FB6D3A;
}

/* education styles */
.education {
    margin: 0 0 10px 0;
}

/* Sidebar style */

.Sidebar {

    background-color: #1E2939;
    padding-top: 40px;
    width: 370px;

}

.photo {

    width: 370px;
    margin-bottom: 50px;
}

.Contacts, 
.Tech-Skills {  

  margin-left: 20px;
}

.Contacts {

    margin-bottom: 30px;
}

.Sidebar-title {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
    
}

.contacts-type {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    margin-right: 15px;

}

.contacts-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #616770

}

.Tech-Skills-List {
    color: #FFFFFF;
    padding: 0;
    margin-left: 20px;
    margin-right: 30px;

}

.Tech-Skill-Item {
    color: #FB6D3A;
}

.Tech-Skills-Text {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.Soft-Skills {
    margin-left: 20px
}

.Soft-Skills-List {
    color: #FFFFFF;
    padding: 0;
    margin-left: 20px;
    margin-right: 30px
}

.Soft-Skills-Item {
    color: #FB6D3A;
}

.Soft-Skills-Text {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
