body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #1f2933;
  background: #f8fafc;
}

main {
  max-width: 820px;
  margin: 0 auto;
  padding: 48px 24px;
  background: #ffffff;
  min-height: 100vh;
}

h1, h2, h3 {
  line-height: 1.25;
  color: #111827;
}

h1 {
  margin-top: 0;
}

a {
  color: #2563eb;
}

a:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 3px;
  border-radius: 2px;
}

.project-navigation {
  margin-bottom: 2rem;
}

.resume-actions {
  margin-bottom: 1.25rem;
  text-align: right;
}

.download-button {
  display: inline-block;
  padding: 0.35rem 0.65rem;
  border: 1px solid #2563eb;
  border-radius: 0.375rem;
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  background: transparent;
}

.download-button:hover {
  border-color: #1d4ed8;
  color: #1d4ed8;
  background: #eff6ff;
}

.back-button {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.4rem;
  color: #1f2933;
  text-decoration: none;
  background: #f8fafc;
}

.back-button:hover {
  border-color: #94a3b8;
  background: #f1f5f9;
}

[id^="project-link-"] {
  scroll-margin-block: 3rem;
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

main img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
}
