html {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

body > section.py-0:last-of-type {
  margin-top: auto;
}

.content {
  font-size: 1.125rem;
}

.subtitle.is-inline a,
.subtitle.is-size-3-desktop {
  font-weight: 700;
}
