* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #f5f7fa;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Montserrat', sans-serif;
}

.wrapper {
  background-color: #fff;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 5px 9px 20px rgba(0, 0, 0, 0.15);
}

.sidebar {
  background-color: #1e2939;
  width: 370px;
  height: 1460px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.my-photo {
  width: 370px;
}

.all-info {
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 90px;
  padding-bottom: 110px;
}

.contacts-container {
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
}

.contacts-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px;
}

.contacts-link {
  color: #8b9199;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-link-type {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 5px;
}

.tech-skills-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.tech-skills-container {
  margin-right: 40px;
}

.tech-skills-item {
  color: #e4630e;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 20px;
}

.tech-skills-text {
  color: #dcdee0;
}

.soft-skills-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.soft-skills-item {
  color: #e4630e;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 25px;
}

.soft-skills-text {
  color: #dcdee0;
}

.profession {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.name {
  color: #000000;
  font-size: 45px;
  font-weight: 700;
  line-height: 89px;
}

.description-me {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 25px;
}

.about-me-title {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}

.projects-link {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  border: 1px dotted #a8a8a8;
}

.tech-name {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.dots {
  color: #a8a8a8;
  font-weight: 100;
}

.project-item {
  font-weight: 700;
  margin-left: 15px;
}

.project-container {
  margin-bottom: 55px;
}

.profession-title {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 5px;
  margin-bottom: 2px;
}

.company-title {
  color: #ff6b08;
}

.profession-time {
  color: #a8a8a8;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

.time-element {
  color: black;
}

.profession-summary {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 25px;
}

.education-title {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 12px;
}
