.subpanels {
  display: flex;
  justify-content: space-between;
}
.subpanels .subpanel {
  padding: 1em;
  border: 2px solid #666;
  width: 33.33333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.subpanels .subpanel:not(:first-child) {
  margin-left: 0.5em;
}
.subpanels .subpanel:not(:last-child) {
  margin-right: 0.5em;
}
.subpanels .subpanel .heading {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
  text-shadow: 1px 1px 1px #666;
  white-space: nowrap;
}
/*# sourceMappingURL=index.css.map */