#home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url('../assets/alianças.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.hero-content {
    margin-bottom: 3rem;
    background-color: rgba(61, 29, 22, 0.9);
    width: 100%;
    padding: 1rem 0;
    border-radius: 15px;
}

.names {
    font-family: 'Ephesis', cursive;
    font-size: 3rem;
    color: white;
    margin-bottom: 0.5rem;
    font-style: italic;
}

.separator {
    color: var(--mostarda);
    font-size: 2rem;
    margin: 0 0.5rem;
}

.date {
    font-size: 1.4rem;
    color: white;
    margin-top: 1rem;
    font-family: 'Cormorant SC', serif;
}