.home-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 70px); 
    padding: var(--space-lg);
    text-align: center;
}

.welcome-title {
    color: var(--color-text-dark);
    margin-bottom: var(--space-xxl);
    font-size: 2.5em;
    font-weight: 300;
}