.body {
  font-family: "Montserrat", sant-serif;
  margin-top: 17px;
  margin-bottom: 32px;
  margin-left: 1200px;
  margin-right: 1319px;
}
/* main styles */
.main {
  display: flex;
  flex-direction: row-reverse;
  background-color: #f5f7fa;
  width: 1200px;
  margin: 0 auto;
}
.main-content {
background: #FFFFFF;
box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
padding: 105px 90px;
}
/* about styles */
.about {
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
color: #000000;
margin-bottom: 40px;
}
.about-position {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 20px;
}
.about-name {
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  color: #000000;
  margin-bottom: 25px;
}
.about-description {
  font-style: normal;
  font-weight: n;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
  width: 400px;
}
/* projects styles */
.projects {
  margin-bottom: 50px;
}
.project,
.project-link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}
.project-link {
  margin-left: 10px;
}
.project-title {
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 27px;
color: #000000;
  }
.project-bracket {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.projectc-list {
  padding: 0;
  margin-left: 15px;
}
.projects-item {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
/* work styles */
.work {
margin-bottom: 45px; 
}
.work-title {
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 27px;
color: #000000;
}
.work-position {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
}
.work-list {
  padding: 0;
  margin-left: 15px;
}
.work-list-item {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}
.organization {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #fb6d3a;
}
.period {
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 15px;
color: #a8a8a8;
margin-bottom: 10px;
}
.line {
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 15px;
color: #000;
}
/* Education styles */
.education {
  background: #FFFFFF;
  }
.title {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 10px;
}
.department {
 font-style: normal;
 font-weight: bold;
 font-size: 14px;
 line-height: 17px;
 color: #000000;
 margin-bottom: 10px;
}
.university {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #fb6d3a;
  margin-bottom: 10px;
}
/* sidebar styles */
.sidebar {
  background-color: #1E2939;
  padding: 40px 0;
  width: 370px;
}
.sidebar-title {
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  margin-top: 0;
  margin-bottom: 10;
  }
.foto {
  width: 370px;
  margin-bottom: 50px;
    }
.contacts {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
}
.contact-type {
 font-style: normal;
 font-weight: 400;
 font-size: 14px;
 line-height: 24px;
 color: #FFFFFF;
}
.contact-link {
  font-size: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #565e;
  }
.tech-skills-list,
.soft-skills-list {
    color: #fff;
    padding: 0;
    margin-left: 15px;
  }
.tech-skills-list,
.soft-skills-list {
    color: #fb6d3a;
    padding: 0;
    margin-left: 17px;
  }
.tech-skills-text,
.soft-skills-text {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
  }
