* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: aliceblue;
  width: 1400px;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-family: Montserrat;
}

@media screen and (max-width: 767px) {
  body {
    width: 350px;
  }
}

.wrapper {
  background: white;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .wrapper {
    width: 350px;
  }
}

.photo {
  margin-left: 10px;
  margin-top: 20px;
}

.sidebar {
  background-color: whitesmoke;
  width: 370px;
}

.info {
  padding: 40px;
}

.about-me-container {
  width: 900px;
  padding-top: 110px;
  padding-bottom: 110px;
  padding-left: 90px;
  padding-right: 90px;
}

@media screen and (max-width: 767px) {
  .about-me-container {
    width: 350px;
  }
}

.contacts {
  
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.contacts-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: teal;
  margin-bottom: 20px;
}

.contacts-links {
  padding: 10px;
}

.contacts-item {
  list-style: none;
}

.item-of-contacts {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(34, 66, 38);
}

.contacts-type {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 10px;
}

.svg {
  fill: white;
}

.Tech-Skills {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.tech-skills-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: teal;
  margin-bottom: 20px;
}

.all-tech-skills {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-left: 20px;
  color: rgb(34, 66, 38);
}

.skills-point {
  color: rgb(145, 140, 140);
}

.soft-skills {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.soft-skills-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: teal;
  margin-bottom: 20px;
}

.all-soft-skills {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-left: 20px;
  color: rgb(34, 66, 38);
}

.profession {
  width: 600px;
  margin-bottom: 40px;
  font-size: medium;
  border: 3px solid #0e5a1f;
  padding: 10px;
}

.about-me-info {
  width: 600px;
  margin-top: 40px;
  margin-right: 30px;
  margin-bottom: 40px;
  color: #696969;
}

.Projects {
  width: 900px;
  margin-right: 30px;
  margin-bottom: 50px;
}

.projects-title {
  font-weight: 700;
  text-decoration: underline #ffd700;
}

.all-links {
  margin-top: 30px;
  margin-left: 20px;
}

.links {
  color: #696969;
}

.link {
margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .links {
    display: flex;
    flex-wrap: wrap;
    width: 350px;
  }
}

.h4 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.dots {
  color: #d3d3d3;
}

.work-experiance-title {
  text-decoration: underline #ffd700;
  margin-bottom: 20px;
}

.job-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.work-position {
  color: teal;
}
.time {
  margin-bottom: 20px;
  color: #042c0d;
  font-size: small;
}

.city {
  color: gray;
}

.responsibilities {
  font-size: 14px;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
}

.education-title {
  text-decoration: underline #ffd700;
  margin-bottom: 20px;
}

.University {
  color: rgb(34, 66, 38);
  margin-top: 20px;
  margin-bottom: 10px;
}

.speciality {
  font-size: 80%;
  margin-bottom: 5px;
}

.study-time {
  color: #042c0d;
  font-size: small;
}

.role {
  width: 700px;
  margin-top: 10px;
}

.all-links {
  font-size: 14px;

}

.linkToSite {
  font-size: 16px;
  margin-top: 5px;
}