body {
  font-family: 'Montserrat', sans-serif;
  background-color: #e5e5e5;
}
/* main styles */
.main {
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.1);
  background-color: #fffdfd;
  display: flex;
  flex-direction: row-reverse;
  width: 1400px;
  margin: 0% auto;
}
/* main-content styles */
.main-content {
  background-color: #fffdfd;
  padding: 105px 90px;
}

/* about-user styles */
.about-user {
  margin-bottom: 40px;
}
.about-position {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 20px;
}
.about-name {
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  color: #000000;
  margin-bottom: 25px;
}
.about-description {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  color: #595959;
}

/* certificates styles */
.certificates {
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 25px;
}
.certif-list {
  padding: 0px;
  margin-left: 21px;
}
/* projects styles */
.project-link {
  color: #4c357a;
}
.project-list {
  padding: 0px;
  margin-left: 21px;
}
.projects {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  color: #595959;
}
.proj-type {
  color: black;
}
.project_titles {
  color: #1e2939;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
}
/* work styles */
.work {
  margin-bottom: 40px;
}
.work-data {
  font-style: italic;
}
.company {
  padding-bottom: 10px;
  padding-left: 20px;
}
.name-company {
  color: #460eb5;
}
.work-title {
  color: rgb(150, 12, 12);
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.responsibility {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  padding: 0px;
  margin-left: 21px;
}
/* education styles */
.education {
  padding-bottom: 10px;
  padding-left: 0px;
}
.educ-title {
  color: rgb(150, 12, 12);
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
}
.university-date {
  font-style: italic;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}
.university {
  font-style: italic;
  color: #460eb5;
}
.educ-about {
  font-style: normal;
  font-size: 17px;
  line-height: 20px;
}
/* sidebar styles */
.sidebar {
  background-color: #1e2939;
  padding-top: 40px;
  width: 370px;
}
.photo {
  width: 370px;
  margin-bottom: 50px;
}
.sidebar_titles {
  color: white;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 10px;
}
.contacts {
  margin-left: 40px;
  margin-bottom: 50px;
}
.skills {
  margin-left: 40px;
  margin-bottom: 50px;
}
.languages {
  margin-left: 40px;
}
.contact-type {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: white;
}
.contact-link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.857);
}
.skills-list {
  color: white;
  padding: 0px;
  margin-left: 17px;
}
.languages-list {
  color: white;
  padding: 0px;
  margin-left: 17px;
}
.list {
  color: white;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
.skills-item {
  color: orangered;
}
.lang-item {
  color: orangered;
}
