.card-modify{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
    width: 60%;
}
.package-detail{
    font-weight: 500;
    color: rgb(118, 118, 118);
    font-size: 18px;
}

.bg-blue {
    background-color: blue;
}

.bg-darkblue {
    background-color: darkblue;
}

.bg-orange {
    background-color: darkorange;
}

.package-header {
    color: white;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    padding: 15px 0;
}

.package-footer {
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 20px;
    padding: 15px 0;
}

.table-sm {
    font-size: 0.875rem;
}


