h1, h2, h3, h4, h5, h6 {
    font-weight: bold !important; /* 將所有標題設為粗體 */
}

h2:before {
    content: "";
    display: block;
    border-top: 1px solid #ccc;
    margin-top: 40px; /* 增加上方的距離 */
    margin-bottom: 20px; /* 增加與標題之間的距離 */
}
