:root {
  --pico-font-size: 100%;
  --pico-line-height: 1.6;
}

header {
  text-align: center;
  padding: 2rem 0;
}

header h1 {
  margin-bottom: 0.5rem;
}

header p {
  margin: 0.25rem 0;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.contact-links a {
  text-decoration: none;
}

.contact-links svg {
  width: 2rem;
  height: 2rem;
  fill: currentColor;
}

section {
  margin: 3rem 0;
}

section h2 {
  border-bottom: 2px solid var(--pico-primary);
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

.experience-item, .education-item, .project-item, .cert-item {
  margin-bottom: 2rem;
}

.cert-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cert-item svg {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  fill: currentColor;
}

.cert-item h3 {
  margin: 0;
}

.experience-item h3, .education-item h3, .project-item h3 {
  margin-bottom: 0.25rem;
}

.experience-item h4, .education-item h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: normal;
  color: var(--pico-muted-color);
}

.meta {
  font-size: 0.9rem;
  color: var(--pico-muted-color);
  margin-bottom: 0.5rem;
}

footer {
  text-align: center;
  padding: 2rem 0;
  margin-top: 4rem;
  border-top: 1px solid var(--pico-muted-border-color);
}
