/* Landing page only */

body {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* If your index uses a .container wrapper you can adjust it here */
.container {
  padding: 22px;
}

/* If you intentionally hide h1 on the landing page */
h1 {
  display: none;
}
