/*our app*/
body{
    background-color:#f6f6fa;
  font-family: "Montserrat", sans-serif;
}
.app-wrapper{
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;  
    height: 1319px;
    margin: 40px auto;
    background-color:white;
}
/*SIDEBAR STYLES*/

.sidebar-section{
    background-color: #DFEEFF;
}
.sidebar-image{
    margin-top: 40px;;
}
.contacts-container{
    padding-left: 40px;
}
.contacts-header{
   
    font-weight: 700;
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    color: #161d2a;
}
.contacts-item{
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 171%;
    color: #161d2a;
    font-style:normal;
}
.contacts-phone
{
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #4489ff;
    margin-left: 10px;
}
.contacts-email
{
    margin-left: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #4489ff;
}
.contacts-element
{
    margin-top: -12px;;
}
.tech-skills-section{
    padding-left: 40px;
    margin-top: 40px;
}
.tech-skills-header{
    font-style: normal;
    line-height: normal;
    font-weight: 700;
    font-size: 22px;
    color: #161d2a;
}
.tech-skills-list
{
    font-weight: 400;
    font-size: 14px;    
    font-style: normal;
    margin-top: -10px;
    margin-left: -10px;
    line-height: 24px;
    color: #161d2a;
}
.soft-skills-section{
    font-style: normal;
    line-height: normal;
    font-weight: 700;
    font-size: 22px;
    color: #161d2a;
    padding-left: 40px;
    margin-top: 40px;
}
.soft-skills-header
{
    font-weight: 700;
    font-size: 22px;
    color: #161d2a;
}
.soft-skills-list
{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #161d2a;
    padding-left: 30px;
    margin-top: -10px;
}
/*Main content styles*/
.right-side-container
{
    padding-left: 88px;
    padding-top: 80px;
    padding-right: 40px;
}
.about-me-profession
{
    font-weight: 700;
    margin-top: -10px;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
}
.about-me-name
{
    font-weight: 700;
    font-size: 45px;
    font-style: normal;
    line-height: normal;
    margin-top: -10px;
}
.about-me-description
{
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #595959;
    margin-top: -15px;
}
.projects-section
{
    margin-top: 40px;
}
.projects-title
{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 22px;
    font-style: normal;
    line-height: normal;
}
.projects-list{ 
    font-weight: 700;
    font-size: 14px;
    line-height: 171%;
    font-style: normal;
    line-height: normal;
    margin-left: -20px;
    margin-top: -10px;
}
.project-name
{
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #595959;
}
.project-info
{

    font-weight: 400;
}
.work-experience-section
{
    margin-top: 40px;
}
.work-experience-title
{
    font-weight: 700;
    font-size: 22px;
    font-style: normal;
    line-height: normal;
}
.company-name
{
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    line-height: normal;

}
.company-info
{
    color: #6096ff;
    margin-left: 10px;
}
.company-time
{
    font-weight: 400;
    font-size: 12px;
    color: #a8a8a8;
    margin-top: -10px;
}
.company-elements-list
{
    margin-top: -5px;
    margin-left: -15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #595959;
}
.company-container
{
    margin-top: -10px;
}
.Education
{
    margin-top: 40px;
}
.education-title
{
    font-weight: 700;
    font-size: 22px;
    font-style: normal;
    line-height: normal;
}
.education-body
{
    font-weight: 700;
    font-size: 14px;
    margin-top: -10px;
}
.education-subtitle
{
    color: #6096ff;
    margin-top: -10px;
}
.education-time
{
    font-weight: 400;
    font-size: 12px;
    color: #a8a8a8;
    margin-top: -10px;
}