body{
    margin-top: 10px;
}
.card {
    border-radius: 15px;
    border: none;
    background: #f8f9fa; /* สีพื้นหลังของการ์ด */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.icon {
    width: 60px;
    height: 60px;
    background: #007bff; /* สีไอคอน */
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin: 0 auto;
}

.card-title {
    font-weight: bold;
    font-size: 1.25rem;
}

.card-text {
    color: #555;
    font-size: 1rem;
}
