body {
  background-color: #f5f7fa;
  padding: 40px;
  font-family: 'Montserrat', sans-serif;
}
.container {
  display: flex;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.bio,
.projects,
.jobs,
.education {
  margin-bottom: 60px;
}

.skills-lang {
  padding-bottom: 50px;
}

.right-side {
  width: 830px;
  padding-left: 80px;
  padding-right: 200px;
  padding-bottom: 68px;
}

.bio-title {
  font-size: 45px;
  line-height: 2;
  margin-bottom: 20px;
  color: #2a2a2a;
  letter-spacing: 1.5mm;
}

.bio-occupation {
  margin-bottom: 27px;
  letter-spacing: 1mm;
}

.bio-about {
  font-size: 14px;
  line-height: 1.714;
  color: #595959;
}

.projects-title {
  margin-bottom: 14px;
  color: #2a2a2a;
  font-size: 22px;
  line-height: 24px;
}

.projects-link {
  color: #220fdc;
  font-size: 14px;
  line-height: 24px;
}

.projects-link:hover {
  color: #ff6b08;
}

.bio-occupation,
.jobs-title,
.education-title {
  color: #2a2a2a;
  font-size: 22px;
  line-height: 1.091;
}

.jobs-occupation,
.education-degree {
  color: #2a2a2a;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 20px;
}

.jobs-time,
.education-time {
  color: #828282;
  font-size: 12px;
  line-height: 2;
}

.experience-item {
  color: #595959;
  font-size: 14px;
  line-height: 1.714;
}

.accent {
  color: #ff6b08;
}

/* ========= left-side ========= */

.left-side {
  width: 370px;
  background-color: #1e2939;
  color: #fff;
}

.skills-title {
  font-size: 22px;
  line-height: 1.091;
}

.skills-item {
  font-size: 14px;
  line-height: 1.714;
}

.skills-list {
  list-style: none;
  padding-left: 0;
}

.skills-item::before {
  content: '\2022';
  margin-right: 8px;
  color: #ff6b08;
  font-size: 18px;
}

.photo {
  width: 300px;
  border-radius: 50%;
  margin: 30px 30px;
}

.contacts,
.skills {
  margin-bottom: 100px;
}

.photo {
  margin-bottom: 35px;
}


.contacts,
.skills {
  padding-left: 40px;
}

.contacts-title,
.skills-title {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.contacts-list {
  list-style: none;
  padding-left: 0;
}

.contacts-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}

.contacts-link {
  display: flex;
  flex: column wrap;
  align-items: center;
  opacity: 0.6;
  color: #ffffff;
  text-decoration: none;
}

.contacts-item:first-of-type .contacts-link {
  letter-spacing: .6mm;
}

.contacts-link:hover {
  opacity: 1;
  /* text-decoration: underline; */
  transition: linear .8s;
}

.icons {
  font-size: 25px;
  margin-right: 15px;
  padding: 10px;
  border: 3px solid white;
  border-radius: 50%;
}

.icons,
.emoji {
  font-size: 25px;
}

.another-line {
  display: block;
}

.certificate {
  display: flex;
  align-items: baseline;
  width: 85%;
  justify-content: space-between;
}

.certificate-time {
  font-size: 13px;
}

.another-line,
.certificate-time {
  margin-left: 15px;
}

.letter {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.widget {
  display: flex;
  flex-direction: column;
}

.widget-link {
  color: #fff;
  background-color: #ff6b08;
  margin: 30px 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

.certificate-link,
.widget-link {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  letter-spacing: .5mm;
}

.certificate-link {
  font-size: 14px;
}

.certificate-link:hover {
  color: #ff6b08;
  transition: linear .5s;
}

.widget-link {
  padding: 20px 43px;
  line-height: 1;
  text-align: center;
  background-color: #ff6b08;
  box-shadow: 0px 8px 43px 0px rgba(255, 107, 8, 0.588);
}

.widget-link:hover {
  box-shadow: 0px 8px 23px 0px #ff6b0896;
  animation: bounce 1s;
}

.widget-link:active {
  box-shadow: inset 0px 2px 5px 0px #ff6b0896;
}

.photo:hover {
  animation: swing 1s;
}

.certificate-link:hover {
  animation:pulse 1s;
}
