.bg-gradient{
    background: linear-gradient(90deg, #135EF2 0%, #77A1D9 100%) !important;
}

body{
    background: #f5f5f5 !important;
}

.bg-primary{
    background-color: #135EF2 !important;
}

.bg-primary:hover{
    background-color: #77A1D9 !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;
}