body {
        font-family: sans-serif;
        line-height: 1.6;
        max-width: 800px;
        margin: auto;
        padding: 40px 20px;
        color: #333;
    }
    .main-title {
        font-size: 2.2em; /* 比較大的字體 */
        font-weight: bold;
        text-align: center;
        margin-bottom: 5px;
    }
    .sub-title {
        font-size: 1.1em; /* 比較小的字體 */
        text-align: center;
        margin-top: 0;
        margin-bottom: 40px;
        color: #666;
    }
    .book {
        margin-bottom: 20px;
    }
    .book-cover {
        max-width: 250px; /* 圖片最大寬度 */
        display: block;
        margin: 0 auto 20px auto; /* 讓圖片居中並與下方文字保持距離 */
        
    }
    .korean-text {
        font-family: 'Batang', serif; /* 書介韓文以 Batang 字體標示 */
    }
    hr.dashed-line {
        border: none;
        border-top: 2px dashed #999; /* 虛線分隔 */
        margin: 40px 0;
    }