body {
  font-family: "Montserrat", sans-serif;
  background-color: #e5e5e5;
}
/* Main content section*/
.about-me-profession {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: black;
  margin-bottom: 20px;
}
.main-container {
  display: flex;
  flex-direction: row-reverse;
  width: 1200px;
  background-color: rgb(245, 242, 237);
  margin: 40px auto;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}
.main-content-section {
  padding: 100px 90px;
}
/* About me section */
.about-me-section {
  margin: 0 0 40px 0;
}
.about-me-name {
  font-size: 45px;
  font-style: normal;
  font-weight: bold;
  line-height: 55px;
  color: #000;
  margin: 0 0 25px 0;
}
.about-me-description {
  width: 400px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #595959;
}
/* My projects section */
.main-content-title {
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  line-height: 27px;
  color: #000;
  margin-bottom: 10px;
}
.my-project-section {
  margin-bottom: 0 0 50px 0;
}
.my-projects-list {
  padding: 0 0 0 18px;
}
.my-projects-item {
  color: #000;
  font-weight: bold;
}
.my-projects-text {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #595959;
  margin-left: 5px;
}
.my-projects-link {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #595959;
}
.my-projects-bracket {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  color: #000;
}
/* My work experience section */
.my-work-experience-company {
  color: #f8603a;
}
.my-work-experience-position {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px 0;
}
.my-work-experience-period {
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 15px;
  color: #a8a8a8;
  margin: 0 0 10px 0;
}
.my-work-experience-divider {
  color: #000;
}
.my-work-experience-duties {
  padding: 0 0 0 18px;
}
.my-work-experience-duty {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  color: #595959;
}
.my-work-experience-company-block {
  margin: 0 15px 0 0;
}
/* Sidebar section */
.sidebar-section {
  background-color: #1e2939;
  width: 370px;
  padding: 40px 0;
}
.contacts-section {
  margin: 50px 0 0 40px;
}
.tech-skills-section {
  margin: 50px 0 0 40px;
}
.soft-skills-section {
  margin: 50px 0 0 40px;
}
.sidebar-title {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 10px;
}
/* Contacts section */
.contacts-section-type {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-right: 7px;
}
.contacts-section-link {
  color: #565e6a;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
/* Tech skills section */
.tech-skills-list {
  padding: 0 0 0 17px;
}
.tech-skills-item {
  color: #f8603a;
}
.tech-skills-item-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
/* Soft skills section */
.soft-skills-list {
  padding: 0 0 0 17px;
}
.soft-skills-item {
  color: #f8603a;
}
.soft-skills-item-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
/* My education section */
.my-education-speciality {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.my-education-section {
  margin-bottom: 50px;
}
.my-education-university {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #fb6d3a;
}
.my-education-period {
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 15px;
  color: #a8a8a8;
  margin: 0 0 15px 0;
}
.my-education-divider {
  color: #000;
}
