.kjashskas {
    width: 100%;
    height: auto;
    background-color: #ffffff;
}

.card_naa {
    width: 100%;
    height: 10rem;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    /* Smooth transition for hover effect */
}

.card_naa h3 {
    text-align: center;
    /* Center the text */
    justify-content: center;
    /* Justify the content */
    width: 100%;
    margin: 0;
    color: #ffffff;
}

.card_naa h3 a {
    text-decoration: none;
    color: #ffffff;
}

.jsa {
    padding-top: 0rem;
    padding-bottom: 1rem;
}

.ajsha {
    padding-bottom: 2rem;
}

/* Card background colors */
.bg-info {
    background-color: #17a2b8;
}

.bg-success {
    background-color: #28a745;
}

.bg-warning {
    background-color: #ffc107;
}

.bg-danger {
    background-color: #dc3545;
}

/* Hover effect for the cards */
.card_naa:hover {
    opacity: 0.8;
    cursor: pointer;
}