.home {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home .hero * {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}