* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: f5f7fa;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 20px;
  font-family: montserrat;
}

.wrapper {
  background-color: white;
  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;
  padding-top: 40px;
  padding-bottom: 40px;
}

.my-photo {
  width: 370px;
}

.about-me-container {
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sidebar-container {
  margin-top: 50px;
  margin-left: 40px;
  margin-right: 40px;
}

.sidebar-title {
  color: white;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 50px;
  margin-bottom: 10px;
}

.contacts-link {
  color: 6f7680;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-link-type {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: white;
}

.skills-listing {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 15px;
  color: adb1b7;
  color: ff6b08;
}

.skills-item-text {
  color: adb1b7;
}

.profession {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.name {
  color: black;
  font-size: 45px;
  font-weight: 700;
  line-height: 89px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-top: 24px;
  margin-bottom: 24px;
}

.description {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: 595959;
}

.info-container {
  margin-bottom: 55px;
}

.about-me-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}

.projects-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: 595959;
}

.tech-name {
  color: 595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.dots {
  color: bebebe;
  font-weight: 100;
}

.project-item {
  font-weight: 700;
  margin-left: 16px;
}

.projects-container {
  margin-bottom: 55px;
}

.profession-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.profession-company {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: ff6b08;
}

.profession-time {
  color: a8a8a8;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.black-divider {
  color: black;
}

.profession-duties {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: 595959;
  margin-left: 16px;
  margin-bottom: 30px;
}

.university-name {
  color: ff6b08;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
}

.degree {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
}

.study-time {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: a8a8a8;
}
