body {
  background-color: #0f172a;
  color: #e2e8f0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}

.header, .footer {
  background-color: #0f172a;
  padding: 1.5rem 0;
  text-align: center;
}

.site-title {
  font-size: 3rem;
  color: #22d3ee;
  font-weight: bold;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a:link {
  color: white;
  text-decoration: underline;
}

a:visited {
  color: white;
  text-decoration: underline;
}

a:hover {
  color: #ddd;
  text-decoration: underline;
}

a:active {
  color: white;
  text-decoration: underline;
}

.section {
  background-color: #1e293b;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 3rem;
}

.section-title {
  font-size: 2.5rem;
  color: #67e8f9;
  margin-bottom: 1.5rem;
}

.sub-title {
  font-size: 1.5rem;
  color: #67e8f9;
  margin-bottom: 1rem;
}

.project, .job {
  margin-bottom: 2rem;
}

.images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 1rem 0;
}

.images img {
  width: auto;
  max-width: 100%;
  height: auto;
  background-color: #334155;
  object-fit: contain;
}

.responsive-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.resume iframe {
  width: 100%;
  height: 400px;
  background-color: white;
  border: none;
  margin-top: 1rem;
}

.download-link {
  display: inline-block;
  margin-top: 1rem;
  color: #67e8f9;
  text-decoration: underline;
}

.footer {
  border-top: 1px solid #334155;
  padding: 1rem;
  font-size: 0.875rem;
  color: #94a3b8;
}
