.card {
    background-color: #1c1c1c !important;
    color: #d9d9d9 !important;
    border: none !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-title {
    color: #d2b48c !important;
}
