html, body { margin: 0; padding: 0; width: 100%; min-height: 100%; font-family: "Noto Sans TC", sans-serif; background-color: #0e0e0e; color: #fff; box-sizing: border-box; }
/* 預設圖片不超出容器 */
img { max-width: 100%; height: auto; display: block; }
/* 各大區塊統一最大寬度與置中 */
section, header, footer, main { width: 100%; max-width: 1520px; margin: 0 auto; padding: 1rem; box-sizing: border-box; }

/* 滾動條美化，可選 */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-thumb { background: #555; border-radius: 4px; }

.game-title { background: url(/images/00/h2bg.webp) no-repeat center center; background-size: contain; width: auto; height: 123px; line-height: 123px; text-align: center; font-size: 32px; font-weight: 700; color: #fff; margin: 0 auto 30px; font-family: 微軟正黑體, sans-serif; text-shadow: 0 2px 4px rgba(0, 0, 0, .5); }