
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f5f7fa;
}

/* main styles */

.Main {
    display: flex;
    flex-direction: row-reverse;
    width: 1200px ;
    margin: 0 auto ;

}
/* Main_Content styles */
.Main_Content {
    background-color: #fff;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1) ;
    padding: 105px 90px;

}
/* about styles */
.about{
    margin-bottom: 40px;
}
.about-name{
font-style: normal;
font-weight: bold;
font-size: 45px;
line-height: 55px;
color: #000;
margin-bottom: 25px;
}
.about-description {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    width: 400px;
}
/* Projocts styles */
.Projocts{
   

}

.Projoc-title{
   
}
/* work styles */

.work {
    
}
.work-position {
    font-style: normal;
    font-weight: bold;
    font-size: 16px ;
    line-height: 20px;
    color: #000;
    margin-bottom: 10px;
}
.organization{
    font-style: normal;
    font-weight: bold;
    font-size: 16px ;
    line-height: 20px;
    color: #f86d3a;
}

.period {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #a8a8a8;
    margin-bottom: 10px;
}
.line{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000;
}
.work-list {
    padding: 0;
    margin-left: 15px;
}
.work-list-item{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #1e1e1e;
}
/* education styles */

.Education {
    
}
/* sidebar styles */
.Sidebar {
background-color: #1E2939 ;
padding-top: 40px ;
width: 400px;
}
.Contacts, .Tech-Skills {
margin-left: 40px;
}
.Contacts{
    margin-bottom: 50px;
}
.sidebar-title {
    color: #FFFFFF ;
    font-size: 22px ;
    line-height: 27px ;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 10px; 
}
.may {
    color: #fff;
    font-size: 22px ;
    line-height: 27px ;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 10px; 
    margin-right: 50px;
}

.contact-type {
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 14px ;
    line-height: 24px;
    margin-right: 10 px;
}
.contact-link {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #8E949C;
}
.Tech-Skills_list {
    color: #fff;
}
.tech-skills-item {
    color: #fb6d3a;
}
.Tech-Skills-text {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}