body {
    background-color: #1a0b2e !important;
    color: #ffffff; 
}

.container {
    background-color: transparent !important;
}

.card {
    background-color: #2d1b3d !important;
    border: 1px solid #4a2c5a !important;
    color: #ffffff !important;
}

.card .card-title,
.card .card-text,
.card-body {
    color: #ffffff !important;
}

.card-footer {
    background-color: #1f1130 !important;
    border-top: 1px solid #4a2c5a !important;
}
.btn-success {
    background-color: #6c5ce7 !important;
    border-color: #6c5ce7 !important;
}
.btn-success:hover {
    background-color: #5a4bd1 !important;
    border-color: #5a4bd1 !important;
}
.bg-light {
    background-color: #2d1b3d !important;
}

