body { 
  font-family: 'Montserrat', sans-serif;
  background-color:#E5E5E5 ;
}

.Main-content 
{ display: flex;
flex-direction:row-reverse;
width:  1200px ;
margin: 40px auto ;
}

/* Main content section */

.main-content-section{ 

  padding: 50px 50px;
}

.my-name { 
 font-style: normal;
font-weight: bold;
font-size: 35px;
line-height: 55px;
}

.my-character-section { 
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 24px;
}
 .about-me-profession { 
font-size: 20px;
font-weight: 700;
color: #000;

 }

    .About-me {

display: flex;
flex-direction: column;
margin-left: 20px;
}
   
     .my-projects { 
margin-left: 20px;
}  


.projects-title { 
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 27px;
  margin-left: 10px;

}
.projects-item { 
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  color: #595959;

  }
    .my-work {
        margin: 20px;
      }
    .work-place { 
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 20px;
      color: #FB6D3A;

    }

    

      
.work-title { 
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 27px;
  color: #000000;
  margin-left: 10px;

}
.work-name {
  font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 20px;
}

.work-term { 
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin-left: 20px;

}


.my-education { 
margin-left: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 27px;
}

.education-name { 
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  margin-left: 15px;

}

/* sidebar section */
    .sidebar-section { 
        background-color: #1e2939;
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 30px;
      padding-right: 30px;
    }

    .contacts-section {  
      margin: 50px 0 0 40px;
margin-bottom: 10px;
    }

    .tech-skills-section { 

    }

   .soft-skills-section { 

   }
    
    .section-title { 
font-style: normal;
font-weight: bold;
line-height: 27px;
color: #fff;
padding-left: 20px;
margin-bottom: 10px;
}
/* contacts section */
.contacts-title { 
    font-weight: bold;
    font-style: normal; 
    font-size:14px ; 
    line-height:24px ;  
    color: #fff;
    padding-left: 20px;
    margin-right: 10px;
}

.contacts-link { 
color: #8E949C;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
}
.skills-list {  
padding: 0;
padding-left: 15px;
}
.skill-item { 
    
    color: #FB6D3A;

}
.skill-name{ 
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
 color:  #FFFFFF;   
}


