﻿.headline {
  text-align: center;      /* จัดกลาง */
  font-weight: bold;       /* ตัวหนา */
  font-size: 16px;         /* ขนาดใหญ่ขึ้น (ปรับได้) */
  color: #003381;          /* สีน้ำเงิน */
  margin: 20px 0;          /* เว้นระยะบน-ล่าง */
}