/* ชื่อไฟล์: style.css */
/* เส้นทาง: d:/015_ML_2569/03_งานอื่นๆ/01 maelai.ac.th/71 kumkom.maelai.ac.th/01 kumkom_code/assets/css/style.css */

body {
    font-family: "Sarabun", "Tahoma", system-ui, sans-serif;
    background-color: #f4efe4;
    color: #1f2937;
}

.main-container {
    min-height: calc(100vh - 160px);
}

.card {
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: none;
    margin-bottom: 20px;
}

/* เพิ่มสไตล์เพิ่มเติมตามความเหมาะสม หรือใช้ Bootstrap classes เป็นหลัก */
