body {
  font-family: 'Montserrat', sans-serif;
  background-color: #e5e5e5;
}

.main-container {
  display: flex;
  flex-direction: row;
  width: 1200px;
  background-color: #fff;
  margin: 40px auto;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}
/* maine content */
.main-content-section {
  margin: 100px 90px;
}
.main-contact-title {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #000;
  margin-bottom: 10px;
}

.about-me-profession {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
  color: #000;
}
.my-name {
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 25px;
  color: #000;
}
.my-description {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  width: 550px;
  color: #595959;
  margin-bottom: 40px;
}
.my-pojects-section {
  margin-bottom: 50px;
}
.my-projects-list {
  padding: 0 0 0 17px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.grey {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}
.my-projects-text {
  margin-left: 5px;
}

/* Work experience */
.experience-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px 0;
  color: #000;
}
.company {
  color: #fb6d3a;
}

.experience-period {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #a8a8a8;
  margin: 0 0 10px 0;
}
.experience-devider {
  color: #000;
}
.duties {
  padding-left: 17px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}
.experience-block {
  margin: 0 0 20px 0;
}
.riznovydy {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #a8a8a8;
}
.sidebar-section {
  width: 370px;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px;
  background-color: #1e2939;
  color: #fff;

  /* margin: 40px; */
}

.t-skills,
.contacts {
  margin: 50px auto 50px 40px;
}
.s-skills {
  margin: 50px auto auto 40px;
}
.contact-head {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 10px;
}

/* contacts section */
.ABC {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  margin-right: 10px;
  color: #fff;
}
.contacts-link {
  color: #565e6a;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}

/* skills sections */
.skills-lists {
  padding: 0 0 0 17px;
  color: #fff;
}
.skills-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.my-work-experience {
  margin-bottom: 45px;
}
.university {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #fb6d3a;
  margin: 0 0 10px 0;
}
.profession {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 10px 0;
}
.second-education {
  margin: 25px 0 0 0;
}
