.model-card {
    height: 100%;
    width: 100%;
    display: flex;
    border: none;
    flex-direction: column;
    align-items: center;
    padding: 2px 2px 2px 2px;
    border-bottom: 1px solid lightgray;
}

.model-card:hover {
    cursor: pointer;
}

.modal-footer-btn {
    /*border-radius: 20px;*/
    background-color: transparent;
    color: #444444;
    border: 1px solid #444444;
}

.modal-footer-btn:hover {
    background-color: #444444;
    color: white;
}