body {
    background-color:#E5E5E5;
    font-family: 'Montserrat Alternantes', sans-serif;
}

/*right section styles*/
.right-section {
    padding-left: 40px;
    padding-right: 220px;
    background-color: #fff;
}

.about-me-profession {
    color:black ;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    margin-top: 100px;
    }

#personName {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px; 
    margin-top: 30px;
}

.main-section {
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    margin: 40px auto;
}

.about-me-section {
    width: 400px;
}

.project-section {
    margin-top: 40px 0 0 0;
}

.block-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000000; 
}

.project-section ol {
padding-left: 18px;
}

ol li, .bracket {
    color: #000;
    font-weight: 700;
}

.about-me-section p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}    

.projects-item {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #595959;
    margin-left: 10px;
}

.projects-item a {
    color: #A8A8A8}

.work-experience-section {
    margin-top: 50px;
}

.work-experience-position {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.work-experience-company {
    color: #FB6D3A; 
}

.work-experience-period {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;   
}

.line-break {
   color: #000; 
}

.work-experience-duties {
   padding-left: 18px; 
}

.work-experience-duties li {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

.education-section {
    margin-bottom: 110px;
    margin-top: 40px;
}

.university-name-first {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FB6D3A;
    
}

.university-name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #3a4352;
    

}
/* Sidebar styles */

.Sidebar-section {
    background-color: #1E2939;
    width: 370px ;
}

.Sidebar-section img {
margin-top: 40px;
}

.sidebar-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px; 
    color:#fff     
}

.contacts-section, .skills-section {
    margin-left: 60px;
}

.contacts-section-type {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px; 
    color: #fff;
    margin-right: 0px;
}

.contacts-section-value {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px; 
    color: #fff; 
}

.sidebar-list {
    color:#FB6D3A;
    padding-left: 15px;
}

.sidebar-list span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

