.titulo {
    text-align: center;
    margin-top: 5%;
    font-family: 'Times New Roman', Times, serif;
}

.descripcion{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
}

.cajaflex {
    display: flex;
    margin-left: 5%;
}

.objetoflex{    
    width: 50%;
}