body {
  font-family: "Courier New", Courier, monospace;
  background-color: #ffffff;
  color: #111;
  line-height: 1.6;
}

.container {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

h1 {
  margin-bottom: 5px;
}

.subtitle {
  margin-top: 0;
  color: #444;
}

.links a {
  text-decoration: none;
  color: #0066cc;
}

.links a:hover {
  text-decoration: underline;
}

hr {
  margin: 30px 0;
}

.project {
  margin-bottom: 30px;
}

.project h3 {
  margin-bottom: 5px;
}

.project-links a {
  text-decoration: none;
  color: #0066cc;
}

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

code {
  background-color: #f2f2f2;
  padding: 2px 4px;
  border-radius: 3px;
}

.links {
  color: #444;
}

.back-link {
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: none;
  color: #0066cc;
}

.back-link:hover {
  text-decoration: underline;
}

.contact-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 15px;
}

.contact-card {
  border: 1px solid #ddd;
  padding: 16px;
  border-radius: 6px;
  background-color: #f9f9f9;
}

.contact-card h2 {
  margin-top: 0;
  margin-bottom: 8px;
}

.contact-card a {
  text-decoration: none;
  color: #0066cc;
}

.contact-card a:hover {
  text-decoration: underline;
}

.hint {
  color: #555;
  margin-top: 8px;
  font-size: 0.95em;
}
