#project-loader {
  margin-top: 2em;
}
.project-loader__option {
  padding-bottom: 2em;
}
.project-loader__option header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: bottom;
  border-bottom: dotted 1px black;
  padding-bottom:0.25em;
  margin-bottom: 0.5em;
}
.project-loader__option button {
  display: inline-block;
}
.project-loader__option h3 {
  font-size: 1.3em;
  line-heigt: 1em;
}
.recent-projects {
  display: flex;
  flex-flow: row wrap;
  gap: 1em;
}
.recent-projects > li {
  display: contents;
}
.recent-projects__project {
}
