/*.bg-gradient{
    background: linear-gradient(90deg, #663783 0%, #db1852 100%) !important;
}
*/

.bg-gradient{
    background: linear-gradient(90deg, #094036 0%, #278C70 100%) !important;
}


body{
    background: #f5f5f5 !important;
}
/*
.bg-primary{
    background-color: #663783 !important;
}

.bg-primary:hover{
    background-color: #db1852 !important;
}
*/

.bg-primary{
    background-color: #094036 !important;
}

.bg-primary:hover{
    background-color: #278C70 !important;
}


.special-card{
    margin-right: auto;
    margin-left: auto;
    width: 250px;
    box-shadow: 0 15px 25px rgba(129, 124, 124, 0.2);
    height: 300px;
    border-radius: 30px;
    backdrop-filter: blur(1px);
    background-color: rgba(255, 255, 255, .4);
    padding: 3px;
    opacity : .4;
    text-align: center;
}

.text-format1{
    text-align: center;
    font-weight: bold;
    color: green;
}