.github-repos {
  font-family: system-ui, sans-serif;
  margin: 2em 0;
}
.github-repos h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.repo-item {
  margin-bottom: 1em;
}
.repo-item a {
  font-weight: bold;
  color: #0366d6;
  text-decoration: none;
}
.repo-item a:hover {
  text-decoration: underline;
}
.repo-item p {
  margin: 0.3em 0 0;
  color: #555;
}
