.accordion-button:focus {
    color: rgb(205, 163, 255) !important;
}

.btn {
    background-color: rgb(205, 163, 255) !important;
    border-color: rgb(205, 163, 255) !important;
}

.card {
    background-color: rgb(205, 163, 255) !important;
}

.card-img-top {
    max-width: 200px !important;
    max-height: 200px !important;
    height: auto !important;
    width: auto !important;
}

.bg-white {
    background-color: white !important;
    color: white !important;
}