body {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  justify-content: center;
  background: #fafafa;
  margin: 0;
  padding: 0;
  color: #161d2a;
}

@page {
  size: A4;
  margin: 20mm;
}

.Wrapper {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  width: 210mm;
  min-height: 297mm;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

/* Main-content */
.main-content {
  flex: 1;
  padding: 100px 50px;
  font-size: 10px;
}

/* Заголовки секций */
.main-content-title {
  font-weight: 700;
  font-size: 13.6px;
  line-height: 1.3;
  color: #EAAAA0;
  letter-spacing: 1px;
  margin: 0 0 12px 0;
  text-transform: uppercase;
}

/* About me */
.infotmation {
  padding: 30px;
}

.my-name {
  font-size: 35px;
  font-weight: 700;
  color: #EAAAA0;
  margin: 0 0 6px 0;
  text-align: center;
}

.my-profession {
  font-size: 14px;
  font-weight: 400;
  background: #f3f3f3;
  padding: 6px 14px;
  display: block;
  border-radius: 3px;
  margin: 0 auto 30px auto;
  text-align: center;
  width: fit-content;
}

/* Summary */
.summary-container {
  margin-bottom: 30px;
}

.summery-parag {
  font-size: 10px;
  line-height: 1.6;
  color: black;
  max-width: 600px;
}

/* Project Experience */
.project-experience-container {
  margin-bottom: 30px;
}

.work-experience-position {
  font-weight: 400;
  font-size: 10px;
  margin: 4px 0;
}

.work-experience-position strong {
  font-weight: 700;
}


.project-experience-company {
  color: #161d2a;
  text-decoration: underline; 
  transition: color 0.2s ease;
}

.project-experience-company:hover {
  color: #EAAAA0;
}


.project-languages {
  font-size: 10px;
  color: black;
  margin: 4px 0 8px 0;
}

.project-about {
  font-size: 10px;
  line-height: 1.5;
  color: #595959;
}

/* Sidebar */
.Sidebar {
  width: 280px;
  background: #f3f3f3;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.my-photo {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  object-fit: cover;
  margin-bottom: 20px;
}

.Sidebar-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #EAAAA0;
  margin: 20px 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

/* Contacts */
.Contacts-item,
.Contacts-location,
.Contacts-github,
.Contacts-linkedin {
  font-size: 12px;
  line-height: 1.6;
  margin: 2px 0;
  text-align: left;
  word-break: break-word; 
}


.Contacts-github a,
.Contacts-linkedin a {
  color: #161d2a;
  text-decoration: underline; 
  transition: color 0.2s ease;
}

.Contacts-github a:hover,
.Contacts-linkedin a:hover {
  color: #EAAAA0;
}

/* Hard skills */
.skills-list {
  margin: 0;
  padding-left: 16px;
}

.skills-list-item {
  margin-bottom: 4px;
}

.skills-list-text {
  font-size: 12px;
  line-height: 1.6;
  color: black;
}

/* Languages */
.languages-container p {
  font-size: 12px;
  line-height: 1.6;
  margin: 2px 0;
}