:root {
  font-size: 18px;
}

section {
  margin: 6rem 0;
}

header {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

#associations li {
  margin-bottom: 0.5rem;
}

#github-projects {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

#github-projects .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
  margin: 0;
}

#github-projects .card-content {
  flex-grow: 1;
}

.label-warning {
  color: #ff8d00 !important;
  border-color: #ff8d00 !important;
}
