@import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');

        body {
            font-family: 'Kanit', sans-serif;
            background: #fafafa;
            color: #2e7d32;
        }
.statistics-container {
    max-width: 1700px;  /* เผื่อ margin ซ้ายขวา */
    margin: 30px auto;
    padding: 20px;
}

.header-section {
    text-align: center;
    margin-bottom: 30px;
}

.header-section h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #0d9488;
}

.header-section p {
    color: #555;
    margin-top: 5px;
}

.about-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.image-section {
    text-align: center;
}

.image-section img {
    width: 1600px;     /* ขนาดตามที่ต้องการ */
    max-width: 100%;   /* ปรับอัตโนมัติถ้าเล็กกว่าจอ */
    height: auto;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
