/* Force all h4 to the top-left within each section */
.reveal .slides section h4 {
  vertical-align: top;
  text-align: left;
  z-index: 1;
}
.reveal .slides a {
  color: grey;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.content h4 {
  vertical-align: top;
  text-align: left;
  z-index: 1;
  color: grey;
}
.content p {
  text-align: left;
}