.home-page {
  min-height: 100vh;

  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-card h1 {
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 1.1;
}

.hero-card p {
  margin-bottom: 20px;
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.5;
}