.card {
    border-radius: 30px;
}

.card-footer {
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.text-white{
    color: #ffffff;
}