body {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    padding: 0;
    margin: 0;
}

/* main styles */

.main_content{
    position: absolute;
    width: 1200px;
    height: 1400px;
    left: 40px;
    top: 40px;
    background: #FFFFFF;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1)
}

/* about styles */
.about {
    position: absolute;
    width: 400px;
    height: 230px;
    left: 458px;
    top: 102px;
}

.suptitle {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 17px;color: #000000;
}

.sabtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    color: #000000;
}

/* projects styles */

.projects {
    position: absolute;
    width: 485px;
    height: 107px;
    left: 458px;
    top: 420px;
}

.pro_style {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 10px;
}

.project_item {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.projects_list {
    padding: 0;
    margin-left: 15px;
}

.project {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

.project_link {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    margin-left: 10px;
}

.brackets {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}


/* work styles */

.work {
    position: absolute;
    width: 525px;
    height: 213px;
    left: 458px;
    top: 650px;
}

.position {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.organization {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FB6D3A;
}

.work_item {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #595959;
}

.work_list {
    padding: 0;
    margin-left: 20px;
}

.date {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #A8A8A8;
}

.line {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;color: #000000;
}


/* education styles */

.education {
    position: absolute;
    width: 327px;
    height: 114px;
    left: 458px;
    top: 1200px;
    
}

.ed_style {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 5px;
}

.style_h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FB6D3A;
    margin: 5px auto;
}

.style_manag {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin: 5px auto;
}

/* sidebar */

.sidebar {
    position: absolute;
    width: 350px;
    height: 1400px;
    left: 40px;
    top: 40px;
    background: #1E2939;
    color: #FFFFFF;
}

.photo {
    position: relative;
    margin-left: 50px;
    width: 250px;
    height: 330px;
    top: 40px;
}

.contacts {
    position: absolute;
    width: 300px;
    height: 43px;
    left: 40px;
    top: 420px;
}

.contact_type {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

.cont_style {
    color: #565E6A;
    margin-left: 10px;
}

.p_style {
    margin: 5px;
}

.tech_skills {
    position: absolute;
    width: 200px;
    height: 203px;
    left: 40px;
    top: 580px; 
}

.soft_skills {
    position: absolute;
    width: 113px;
    height: 131px;
    left: 40px;
    top: 900px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.languages {
    position: absolute;
    width: 140px;
    height: 50px;
    left: 40px;
    top: 1150px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.column {
    padding: 0;
    margin-left: 25px;
}

.tsi {
    color: #FB6D3A;
}

.sts {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}