body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #f6f8fa;
  margin: 0;
  color: #24292f;
}
.repos-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}
h1 {
  font-size: 36px;
  color: #3c4146;
  margin: 0;
}
h3 {
  font-size: 18px;
  color: #57606a;
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d7de;
  margin: 4px 0 10px;
}
.repo-item {
  display: flex;
  padding: 16px 0;
}
.repo-info {
  flex-grow: 1;
}
.repo-header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.repo-icon {
  font-size: 18px; 
  color: #3572a5; 
  margin-right: 8px;
}
.repo-name {
  font-size: 20px;
  font-weight: 600; 
  color: #0969da; 
  text-decoration: none;
  margin-right: 10px;
}
.repo-name:hover {
  text-decoration: underline dashed #0969da;
  text-decoration-thickness: 3px;
}
.repo-description {
  color: #25282b;
  margin: 8px 0;
  font-size: 15px;
  line-height: 1.7;
  
}
.repo-details {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #57606a;
  margin-top: 10px;
}
.language {
    display: flex;
    align-items: center;
    margin-right: 24px;
}
.language-icon {
  font-size: 18px; 
  color: #4caf50; 
  margin-right: 4px;
}
.updated {
  display: flex;
  align-items: center;
}
.updated-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 4px;
  display: inline-block;
  background-color: #f1e05a;
}
hr {
  border: 0;
  border-top: 1px solid #d0d7de;
  margin: 20px 0;
}
footer {
  text-align: center;
  font-size: 14px;
  color: #57606a;
  margin-top: 20px;
}
footer a {
  color: #0969da;
  text-decoration: none;
}