.sublist {
  font-size: x-large;
}

.left-footer {
  float: left;
  position: absolute;
  left: 0;
  font-size: large;
}

.footer {
  font-size: large;
}

.primary-image {
  max-height: 380px !important;
  border-width: 2px !important;
  box-shadow: none;
}

.secondary-image {
  max-height: 300 !important;
  border-width: 2px !important;
  box-shadow: none;
}

figcaption {
  font-size: large;
}

.reveal pre code {
  font-size: medium;
  max-height: 500px;
}

p {
  margin: 10px !important;
}

.column-container{
    display: flex;
}
.column{
    flex: 1;
}

.two-column-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  text-align: left;
}