/**
 * Pantalla de Bienvenida
 */

.Bienvenida {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
}
