.cardh {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.card-titleh {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-texth {
    font-size: 16px;
    margin-bottom: 8px;
}

.card-texth:last-child {
    margin-bottom: 0;
}

#historialContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
