body {
  font-family: Arsenal, sans-serif;
  background-color: #f9eef0;
  display: flex;
  justify-content: center;
  padding: 40px;
}

.resume {
  display: flex;
  width: 840px;
  box-shadow: 0 4px 20px pink;
  border-radius: 6px;
  overflow: hidden;
}

.sidebar {
  width: 270px;
  background-color: #e8a0b0;
  padding: 36px 22px;
  color: white;
}

.main {
  background-color: white;
  padding: 44px 40px;
  flex: 1;
}

/* фото */
.photo {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,0.5);
  margin: 0 auto 28px auto;
  overflow: hidden;
}

.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* секції сайдбару */
.sidebar h3 {
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.sidebar h3 svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.sidebar p {
  font-size: 12.5px;
  line-height: 1.65;
  color: rgba(255,255,255,0.92);
}

.sidebar ul {
  font-size: 12.5px;
  padding-left: 16px;
  color: rgba(255,255,255,0.92);
  line-height: 1.65;
}

.contact-line {
  font-size: 12.5px;
  color: rgba(255,255,255,0.92);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-line svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* головна частина */
h1 {
  font-family: Philosopher, serif;
  font-size: 46px;
  color: #c0607a;
  line-height: 1.1;
}

.jobtitle {
  color: #999;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 30px;
}

h2 {
  font-size: 17px;
  color: #333;
  margin-bottom: 16px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
}

h2 svg {
  width: 20px;
  height: 20px;
  color: #e8a0b0;
}

/* таймлайн */
.timeline {
  border-left: 2px solid #f2c4cc;
  padding-left: 20px;
}

.entry {
  margin-bottom: 22px;
  position: relative;
}

.entry::before {
  content: '';
  width: 9px;
  height: 9px;
  background-color: #e8a0b0;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 0 2px #f2c4cc;
  position: absolute;
  left: -25px;
  top: 6px;
}

.entry-title {
  font-weight: 700;
  font-size: 12.5px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 2px;
}

.entry-role {
  font-size: 12.5px;
  font-weight: 700;
  color: #777;
  margin-bottom: 2px;
}

.entry-text {
  font-size: 12px;
  color: #888;
}

.entry ul {
  font-size: 12px;
  color: #666;
  padding-left: 16px;
  margin-top: 4px;
}

.entry ul li {
  margin-bottom: 3px;
}
