.yy-card {
    border: none;
    transition: transform 0.3s;
}

.yy-card:hover {
    transform: scale(1.05);
}
.yy-card-body {
    text-align: center;
    background: #01053d;
    color: #fff;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.yy-card-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.yy-btn-primary {
    background: #ffffff;
    color: #01053d;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    transition: background 0.3s ;
}

.yy-btn-primary:hover {
    background-color: #01053d;
}
.yy-btn-plus {
    background-color: #010430;
    color: #ffffff;
}

.yy-btn-plus:hover {
    background-color: #494640;
}




