body {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
position: absolute;
margin: 0 10% 0 10%;
}
.main {
    background: #F5F7FA;
    display: flex;
    flex-direction: row-reverse;
   
}
.main-content {
 
background: #FFFFFF;
box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
padding: 0px 4%;   
}
h1 {
    
        font-style: normal;
        font-weight: 700;
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 0px;
}
h2 {
    
        font-style: normal;
        font-weight: 700;
        
        line-height: 17px;
       
}
p {
    
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        color: #595959;
}
h3 {
    
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 27px;
}
h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;}
li {
    
        font-style: normal;
        font-weight: 400;
        
        line-height: 24px;
        color: #595959;
        margin-left: -25px;
}

.projects {
    margin-bottom: 40px;
}



.work-experience {
    margin-bottom: 40px;
    
}
.photo {
    width: 370px;
    margin-bottom: 50px;
}
aside {
background-color: #1E2939;
padding-top: 40px;
width: 370px;
color: white;
}

.contact-type {
    
        font-style: normal;
        font-weight: 400;
        
          
}
.contact-link {
    color: #D6DFEC;
    text-decoration: none;
    
    font-style: normal;
    font-weight: 400;
    
    line-height: 24px;
    padding-left: 10px;
    
}
.contact-link-mail {
    color: #D6DFEC;
    
    font-style: normal;
    font-weight: 400;
    
    line-height: 24px;
    padding-left: 10px;

}
.tech-skills {
    padding: 0;
}
.tech-skills-item {
    color: #FB6D3A  ;
}
.tech-skills-text {
    color: white;
}
.tech-skills-ul {
    
    font-style: normal;
    font-weight: 400;
    
    margin-left: 5px;
    
}    
.soft-skills-item {
    color: #FB6D3A;
}
.soft-skills-text {
    color: white;
}
.soft-skills-ul {
    
    font-style: normal;
    font-weight: 400;
    
    margin-top: 5px;
}
.sidebar-title,
.tech-skills,
.soft-skills {
    font-style: normal;
    font-weight: 400;
    
    line-height: 24px;
    color: white;
    margin-left: 58px;
    margin-bottom: 50px;
}
.about-name {
    
        font-style: normal;
        font-weight: 400;
        
        line-height: 24px;
        margin-top: 24px;
        width: 400px;
        margin-bottom: 40px;
}
.projects-item {
    
        font-style: normal;
        font-weight: 700;
        
        line-height: 24px;
    color: #000000;
}
.projects-link, .project-link-a {
    
        font-style: normal;
        font-weight: 400;
        
        line-height: 24px;
    color: #595959;
    text-decoration: none;
}
.project-breaker {
    
        font-style: normal;
        font-weight: 700;
        
        line-height: 24px;
        color: #000000;
}
.organization {

    
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #FB6D3A;
        padding: 0;
}
.work-position {

    
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    color: #000000;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 8px;
}
.date-style {
    
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
    color: #A8A8A8;
    margin-bottom: 5px;
    margin-top: 5px;
}
.education {
    
        font-style: normal;
        font-weight: 700;
        
        line-height: 17px;
        color: #000000;
        margin-bottom: 5px;
        margin-top: 5px;
}
button {
border: none;
background-color: rgb(212, 240, 250);
border-radius: 5px;
color: darkblue;
font-size: 12px;
line-height: 15px;
}
