.fixed-card {
    border: 2px solid rgb(255, 187, 72);
    height: 100%;
}

.card-img-top {
    object-fit: contain;
    height: 400px;
}

.card-body {
    display: flex;
    flex-direction: column;
}

.card-title {
    font-size: xx-large;
    font-family: 'Times New Roman', Times;
}

.card-date {
    color: grey;
    font-size: small;
}

.card-text {
    flex-grow: 1;
    font-family: 'Times New Roman', Times;
}

.card-footer {
    margin: 0;
    border-top: none;
}
