.btn-custom-purple{
    color: #fff !important;
    background-color: #632e73 !important;
}

.btn-custom-purple:hover{
    /* border: 10px solid #000 !important; */
    color: #fff !important;
    background-color: #ff0000 !important;
}

.bg-custom-purple{
    background-color: #632e73 !important;
}

.bg-custom-red{
    background-color: #ff0000 !important;
}

.text-custom-purple{
    color: #632e73 !important;
}

.text-custom-red{
    color: #ff0000 !important;
}

.text-custom-white{
    color: #ffffff !important;
}