
/* General styles */
.repo-list {
  list-style-type: none;
  padding: 0;
}

.repo-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* User info styling */
h2 a {
  text-decoration: none;
  color: #3498db;
}

img[alt="Avatar"] {
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

/* Bar chart styling */
.bar-chart {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  padding: 5px;
  border-radius: 5%;
}

.pinnerID {
  border-bottom: 2px solid #ddd;
}