body{
    font-family: 'Montserrat',
    sans-serif;
    background-color: #FFFFFF;
    
}
/* main styles */
.main {
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
   margin: 0 auto;
 
}
/* main-content */
.main-content {
box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
padding: 150px 90px;
}
/* about styles */
.about-user {
    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: 25px;
}
.about-discription {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #595959;
width: 400px;
}
/* poject styles */
.projects {
    margin-bottom: 50px;
}

.title {
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 27px;
color: #000000;
margin-bottom: 10px;
}
.project-list {
    padding: 0;
    margin-left: 15px;
}
.project-item {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.project,
.project-link {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}
.project-link {
    margin-left: 10px;
}
.project-btacket {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
/* work styles */
.work {
    
}
.work-position{
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
color: #000000;
margin-bottom: 10px;
}
.organization {
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
color: #FB6D3A;
}
.period {
font-weight: 400;
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: #000000;
}
.work-list {
    padding: 0;
    margin-left: 15px;
}
.worklist-item {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #595959;
}
/* education styles */
.education { 
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 15px;
 }
 .University {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FB6D3A;
 }
 .faculty {font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
color: #000000;
 }
 .spesiality {
font-weight: 700;
font-size: 14px;
line-height: 17px;
color: #000000;
 }
    /* sidebar styles */
 .sidebar {
background-color: #1E2939;
padding: 40px;
width: 370px;
 }
.photo {
    width: 370px;
    margin-bottom: 50px;
}
.contacts {
    margin-left: 40px;
}




.sidebar-title {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin-left: 40px;
    margin-bottom: 10px;
}
.contact-type,
.email-type {
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 24px;
color: #FFFFFF;
margin: 5px;
}
.contacts{
    margin-bottom: 50px;
}
.contact-link,
.email-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px; 
    color: #FFFFFF;
}
.techskills-list {
    color: #FFFFFF;
    padding: 0px;
    margin-left: 60px;
}
.techskills-item {
    color: #FB6D3A;
}
.techskills-text {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.softskills-title {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin-left: 40px;
    margin-bottom: 10px;
}
.softskills-list {
    color: #FFFFFF;
    padding: 0px;
    margin-left: 60px;
}
.softskills-item {
    color: #FB6D3A;
}
.softskills-text {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}