/* Hide the default "Easy to install / Cross-platform / Lightweight / Open Source" feature grid on the homepage */
.page-content.home > .ui.stackable.middle.very.relaxed.page.grid {
  display: none;
}
/* Vertically center the remaining hero content (logo + title) in the page */
.page-content.home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-content.home > .tw-mb-8.tw-px-8 {
  margin-top: 100px;
}
