body {
  background-color: rgb(120, 122, 119);
  padding: 40px 40px 40px 40px;
}
/* about me */
.my-profession {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 17px;
  color: rgb(9, 8, 8);
  margin: 0 0 18px 0;
}
.my-name {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  color: black;
  margin: 0 0 28px 0;
}
.my-descr {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: black;
  width: 525px;
}
.about-me-cont {
  margin-bottom: 64px;
}

/* main content */
.main-content {
  padding-top: 88px;
  padding-bottom: 48px;
  padding-left: 88px;
  padding-right: 88px;
}
.main-cont-title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: rgb(13, 13, 13);
  margin: 0 0 8px 0;
}

.wrapper {
  display: flex;
  flex-direction: row-reverse;
  background: rgb(229, 234, 237);
  width: 1200px;
  margin: 0 auto;
  box-shadow: 10px;
}
/* sidebar */
.sidebar {
  width: 370px;
  height: 1200px;
  margin: auto;
  background: rgb(194, 165, 112);
}
.my-photo {
  margin-top: 50px;
}

.con-con,
.tech-skills,
.soft-skills {
  margin-top: 48px;
  margin-left: 48px;
}

.sidebar-title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  /* identical to box height */
  color: rgb(19, 19, 18);
  margin-bottom: 10px;
}

.contacts-type {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: rgb(54, 54, 56);
}
.contacts-item {
  margin: 0;
}
.contacts-number {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(54, 54, 56);
}
.contacts-mail {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(54, 54, 56);
}

/* tech skills */
.skills-list {
  margin: 0;
  padding: 0 0 0 12px;
}
.sli {
  color: rgb(14, 15, 15);
}
.slt {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(13, 13, 13);
}

/* soft skills */
.skills-list2 {
  margin: 0;
  padding: 0 0 0 12px;
}
.sli {
  color: rgb(58, 33, 3);
}
.slt {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(13, 13, 13);
}
/* projects-item */
.projects-item {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.project-list {
    padding: 0 0 0 18px;
    margin: 0;
}
.project-cont {
    margin-bottom: 48px;
}
.project-item-descr{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;  
    color: black;
}
.project-item-link{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; 
    text-decoration-line: underline ; 
    color: rgb(95, 49, 194);
}
/* work exp-cont */
.work-exp-cont {
    margin-bottom: 44px;}
.work-exp-pos{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px; 
    color: rgb(21, 21, 22);
    margin: 0;}
.work-exp-place{
margin-bottom: 16px;}
.work-exp-company{
    color: rgb(11, 95, 163);}
.work-period{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px; 
    color: rgb(57, 57, 58);
    margin: 12px 0 8px 0;}
.work-duties{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; 
    color: rgb(57, 57, 58);}

    /* education */
    
    .educ-place{
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px; 
        color: rgb(21, 21, 22);
        margin: 12px 0 12px 0 }
    
        .educ-clas{
        color: rgb(59, 111, 179);
        }
      .educ-period{
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px; 
        color: rgb(21, 21, 22);
      }