html {
  font-size: 8pt;
}

main {
  margin: 0;
}

.project > .columns {
    flex-direction: column;
}

.project-text {
  margin-bottom: 3rem;
}

.project-gallery ul {
  display: flex;
  flex-wrap: wrap;
  margin: -1.5rem;
  grid-gap: 0;
}

.project-gallery li {
  height: 5cm;
  flex-grow: 1;
  margin: 1.5rem;
}

.project-gallery li:last-child {
  flex-grow: 10;
}

.project-gallery li figure {

}

.project-gallery li img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.📖-running-header {
    top: 10mm !important;
    left: 10mm !important;
    bottom: 10mm !important;
    right: 10mm !important;
    font-size: .9rem !important;
}

.topleft {
  position: absolute;
  top: 0;
  left: 0;
}

.topright {
  position: absolute;
  top: 0;
  right: 0;
}

.bottomleft {
  position: absolute;
  bottom: 0;
  left: 0;
}

.bottomright {
  position: absolute;
  bottom: 0;
  right: 0;
}

h2 {
    margin-top: 0.5rem;
}

.text .columns {
  margin-top: 0;
  margin-bottom: 0;
}

ul.table {
  margin: 1rem 0;
}
