body{
    font-family: 'Montserrat', sans-serif;
    background-color:#F5F7FA ;
}
.main-container-sections{
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    background-color: white;
    margin:40px 40px auto ;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}
.about-me-professions{ 
color: #000;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 17px;
margin-bottom: 20px;
}
.about-me-name{
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    color: #000;
    margin-bottom: 25px;
}
.about-me-description{
    width: 400px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

/* Main content section */
.main-content-section{
padding: 100px 90px;
}
.main-content-title{
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: black;
    margin-bottom: 10px;
}

/* About me section */
.about-me-section{
margin-bottom: 40px;
}
/* My projects section */
.my-projects-section{
    margin-bottom: 50px;  
}

.my-projects-list{
padding: 0 0 0 17px;
}
.my-projects-item{
    color: black;
    font-weight: bold;
}
.my-projects-link{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

.my-projects-text{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    margin-left: 5px;
    
}
.my-projects-bracket{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: black;
}

/* My work experience section */
.my-work-experience-company{
    color: #FB6D3A;
}
.my-work-expirience-positions{
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
margin-bottom: 10px;
}
.my-work-expirience-period{
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 15px;
color: #A8A8A8;
margin-bottom: 10px;
}
.my-work-expirience-divider{
    color: black;
}
.my-work-expirience-duties{
padding-left: 18px;
}
.my-work-expirience-duty{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}
.my-work-expirience-company-block{
margin-bottom: 15px;
}
/* My education section */
.my-education-section{
  margin-top: 45px;
}
.my-education-university{
    color: #FB6D3A;
}
.my-education-management{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
}
.my-education-period{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
    margin-bottom: 10px;
}
.my-education-divider{
    color: black;
}

/* sidebar section */
.sidebar-sections{
background-color: #1E2939;
width: 370px;
padding: 40px;
}

.contactd-section,
.tech-skill-section{
    margin: 50px 0px 0px 40px ;
}
.sidebar-title{
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: white;
    margin-bottom: 10px;
}
/* contacts section  */
.contactd-section-type{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: white;
    margin-right: 5px;
}
.contactd-section-link{
color: #2A3443;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
}
/* tech skill section*/
.tech-skill-list{
    padding: 0 0 0 17px;
}
.tech-skill-item{
    color: #FB6D3A;
}
.tech-skill-item-text{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: white;
}
/* soft skill section*/
.soft-skill-section{
    margin: 40px 0 0 0 ;
}