    body {

        background-color:#E5E5E5;
        font-family: 'Montserrat Alternates', sans-serif;
    }
    /*Right section styles */
    .right-section {
        padding-left: 90px;
        background-color: #fff;
        padding-right: 220px;
    }
    .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: 50px;
    }
    .main-section {
        display: flex;
    flex-direction: row-reverse;   
    width: 1200px;
    margin: 40px auto ;     
    }
    .about-me-section {
        padding-bottom: 15px;
        width: 400px;
        color: #595959;
    }
    .about-me-section p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    }

    .projects-sections {
        margin: 40px 0 0 0;
    }
    .block-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    }

    .projects-sections ol {
        padding-left: 18px;
    }
    ol li,.bracket{
        font-weight: 700;
        color: #000;
    }
  
    .projects-item{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    margin-left: 10px;
    }
    .projects-item a {
        color:#595959 ;
    }
    .work-experience-section {   
        margin-top: 50px;
    }
    .work-experience-position{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;    
    }
    .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: black 
    }
    .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{
        font-family:Montserrat;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #FB6D3A;
    }
    .univeristy-degree{
         font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        color: #000000;

    }
/*sidebar styles*/
    .sidebar-section {
        background-color:#1E2939;
        width: 370px;
    }

    .sidebar-section img {
        margin-top: 40px;
    }
    .sidebar-title{

    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    }
    .contacts-section,.skills-section{
        margin-left: 40px;
    }
    .contacts-section-type {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        margin-right: 10px;
    }
    .contacts-section-value {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        color: #3a4352;
    }
    .sidebar-list {
        color :#FB6d3A;
        padding-left: 20px;
    }
    .sidebar-list span {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color:#fff;
    }