
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 40px;
  color: #222;
}

.resume-header {
  text-align: center;
}

.resume-header h1 {
  margin-bottom: 6px;
}

.resume-header h3 {
  margin-top: 0;
  font-weight: normal;
  color: #555;
}

.contact-line {
  margin-top: 10px;
  font-size: 14px;
}

.contact-line span {
  margin: 0 10px;
  white-space: nowrap;
}
.contact-line span a {
  text-decoration: none;
  color: black;
}
.contact-line span a i {
  color: rgb(11, 228, 217);
}
.contact-line span i {
  color: rgb(11, 228, 217);
}

.resume-section {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  margin: 20px 0;
}

.left {
  font-weight: bold;
}

.right {
  line-height: 1.6;
}

hr {
  border: none;
  border-top: 1px solid #aaa;
  margin: 20px 0;
}

ul {
  margin-top: 5px;
  padding-left: 18px;
}

.education-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.edu-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.edu-date {
  color: #363535;
  font-size: 14px;
  white-space: nowrap;
}

.projects-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 40px;
}
.project a {
  color: black;
  text-decoration: none;
}
.project a i {
  color: rgb(11, 228, 217);
}
.project p {
  margin-top: 6px;
  line-height: 1.5;
}

.role {
  color: #363535;
  font-size: 14px;
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.level {
  color: #363535;
  font-size: 14px;
}
