/* Home page styles (keeps the centered three-line layout) */

.wrap{
  min-height: calc(100% - 110px); /* roughly header+footer height */
  display: grid;
  place-content: center;
  gap: 10px;
  text-align: center;
  padding: 24px;
}

.brand{
  margin: 0;
  font-size: 44px;
  letter-spacing: -0.5px;
  font-weight: 800;
}

.tagline{
  margin: 0;
  font-size: 18px;
  color: rgba(242, 246, 251, 0.72);
}

.status{
  margin: 10px auto 0;
  padding: 10px 14px;
  border: 1px solid rgba(242, 246, 251, 0.14);
  border-radius: 999px;
  display: inline-block;
  font-weight: 700;
}