body {
  font-family: "Montserrat", sans-serif;
  background: #000000;
}
.wrapper {
  display: flexbox;
  flex-direction: row;
  justify-content: center;
  width: 910px;
  margin: 0 auto;
  background: #3d4c60;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.7);
  height: 720px;
}

.CV-Photo {
  margin-top: 10px;

  padding: 5px;
}
aside {
  width: 300px;
  background: #2c3b51;
  box-shadow: 6px 6px 20px rgba(02, 2, 2, 1);
  height: 720px;
}
.header-secondary {
  color: #ffffff;
  margin-left: 15px;
  padding: 1px;
  font-size: 15px;
  padding-top: 1px;
}
.contacts-links {
  color: #ffffff;
  margin-left: 15px;
  padding: 2px;
  font-size: 12px;
  line-height: 13px;
  padding-top: 1px;
}
.bold {
  font-weight: 700;
}
.list-secondary {
  color: #fb6d3a;
  margin-left: -8px;
}
.list-secondary-item {
  color: #ffffff;
  font-size: 14px;
  line-height: 15px;
  padding-right: 5px;
}
main {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.main-description {
  width: 600px;
  font-size: 15px;
}
.job-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 15px;
}
.name {
  font-weight: 700;
  font-size: 35px;
  line-height: 55px;
  margin-bottom: 15px;
}
.description {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
  margin-bottom: 15px;
}
.projects {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.list-primary {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  padding-left: 20px;
}
.list-primary-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}
.header-primary {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 12px;
}
.job-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.orange-title {
  color: #fb6d3a;
}
.job-date {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 12px;
}
.job-list {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fb6d3a;
}
.job-inside {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}
