/* home.css */

section {
    max-width: 640px;
    margin: 4rem auto;
    padding: 2rem;
    text-align: center;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--secondary-dark);
}

#subtitle {
    font-size: 1.25rem;
    color: var(--gray-700);
    margin-bottom: 2rem;
    opacity: 1;
    transition: opacity 0.7s ease-in-out;
}

.actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.actions a {
    width: 100%;
    max-width: 320px;
}