/* 背景設定 */
body {
  background: url('/images/aboutme.png') no-repeat center center fixed;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  font-family: 'Source Han Serif TW', 'Source Han Serif CN', sans-serif;
}

/* 主內容容器 */
.main-content {
  width: 100%;
  max-width: 720px;
  margin: 4rem auto;
  padding: 2rem;
  background: rgba(0,0,0,0.6);
  border-radius: 12px;
  text-align: center;
  box-sizing: border-box;
}

/* Section 標題 */
.section-title {
  font-family: 'Maker Fonts', 'Ma Shan Zheng', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffff88;
  margin-bottom: 1.5rem;
}

/* Section 內文 */
.section-body {
  font-family: 'Source Han Serif TW', 'Source Han Serif CN', sans-serif;
  font-size: 1rem;
  color: #eeeeee;
  line-height: 1.8;
}

/* Footer 預留 */
.footer {
  width: 100%;
  padding: 2rem;
  text-align: center;
  font-size: 0.8rem;
  color: #cccccc;
}
