/*
Theme Name: Slot Theme
Theme URI: https://example.com/slot-theme
Author: Your Name
Author URI: https://example.com
Description: ธีม WordPress แนวสล็อตออนไลน์ ทันสมัย ตอบสนองมือถือ พร้อมรองรับ SEO
Version: 1.0
License: GNU General Public License v2 or later
Tags: custom-theme, slot, responsive, blog, gaming
Text Domain: slot-theme
*/

body {
  font-family: 'Prompt', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #111;
  color: #fff;
}
a {
  color: #ffcc00;
  text-decoration: none;
}
.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}