﻿.card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-text {
    flex: 1;
}

.card-footer {
    background-color: white;
    border-top: 0;
}
.card-title {
    font-size: 1.5rem;
    font-weight: bold;
}