@import "global.css";

.projects {
  display: flex;
  flex-wrap: wrap;
}

.disclaimer {
  align-self: center;
  justify-self: center;
  text-align: center;
}

.articles {
  margin-top: 20px;
}

article {
  display: flex;
  flex-direction: column;
  align-items: start;
  color: var(--base02);
  margin-left: 40px;
  margin-right: 40px;
  text-align: justify;
}

a.inline {
  color: var(--base0D)
}

a.inline:hover {
  color: var(--base06)
}

#projects > article:last-child {
    margin-bottom: 30px;
}

h3 {
  color: var(--base0C);
}

