body{
    font-family: 'Montserrat', sans-serif;
    background-color: #F5F7FA;
    margin: 0%;
}

ul , li, ol{
    padding: 0%;
    margin: 10px;
}

/* main styles */
main{
display: flex;
flex-direction: row-reverse;
width: 1200px;
margin: 0px auto;
}

/* main content styles */
.main_content{
    background: rgb(255, 255, 255);
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}
/* about styles */



.about{
margin: 100px 342px 40px 90px;
width: 400px;

}

.about_description{
    font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        padding: 0%;
}

h1{
    font-style: normal;
        font-weight: 700;
        font-size: 45px;
        line-height: 55px;
        margin-top: 20px;
        margin-bottom: 25px;
}

p{
    font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
}

.title {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    padding: 0%;
    margin-bottom: 15px ;
    
}

/* project styles */
.project{
margin: 40px 257px 50px 90px;
width: 485px;
height: 107px;
}

.project_item {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}

.project_tag {
    color: #A8A8A8;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}

.project_language {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #595959;
}

a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #595959;
    margin-left: 10px;

}

/* work styles */
.work{
padding: 0%;
width: 525px;
margin-top: 50px ;
margin-left: 90px;
margin-bottom: 50px;
}

.work_position {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    padding: 0%;
    margin-bottom: 10px;
}

em {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #FB6D3A;
}

h5{
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
color: #A8A8A8;
margin-top: 10px;
margin-bottom: 10px;
}

.line{
    color: black;
    font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
}

ul{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #595959;
}
/* education styles */
.education{

    margin-top: 50px;
    margin-left: 90px;
    margin-bottom: 100px;

}

.management{
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;

margin-top: 10px;
margin-bottom: 10px;
}

/* sidebar styles */

.sidebar{
    background: #1E2939;
    padding-top: 40px;
    width: 370;    
}

.photo {
    width: 370px;
    height: 354px;
    margin-bottom: 40px;
}

.sidebar_tytle {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #FFFF;
    margin-bottom: 10px;

}

.contacts, .tech, .soft {
    margin-left: 40px;
    margin-bottom: 50px;
}

.contacts_type {
    color: #FFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
}

.contact_link {
    color: #8E949C;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-left: 5px;
}

.sydebar_list {
    color: #FB6D3A;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 0%;
    margin-left: 20px;
}

.sydebar_tag {
    color: #FFFF;
}





