html, body {
  height: 100%;
  margin: 0;
}
body {
  background: #14141a;
  color: #e8e6df;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  box-sizing: border-box;
}
.card {
  max-width: 480px;
}
h1 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  color: #f2c94c;
}
p {
  line-height: 1.5;
  color: #b8b6ad;
}
