body {
  font-family: "Source Code Pro", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  padding: 60px 20px;
  background: #f8f9fa;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px;
}

h1 {
  font-family: "Sixtyfour", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 30px;
  color: #000;
  letter-spacing: 4px;
}

.intro {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 50px;
  line-height: 1.8;
}

h2 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.project {
  margin-bottom: 40px;
}

.project-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 10px;
}

.project-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
}

.project-year {
  font-size: 0.9rem;
  color: #888;
}

.project-about {
  color: #666;
  margin-bottom: 15px;
}

.project-links a {
  display: inline-block;
  margin-right: 15px;
  color: #0066cc;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s;
}

.project-links a:hover {
  color: #004499;
  text-decoration: underline;
}

.footer {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.footer a {
  color: #0066cc;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.footer a:hover {
  color: #004499;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .container {
    padding: 30px 20px;
  }

  h1 {
    font-size: 2rem;
  }

  .intro {
    font-size: 1rem;
  }
}
