/* 修复h2标题下划线对齐问题 */
h2 {
    text-align: center;
}

h2::after {
    left: 50%;
    transform: translateX(-50%);
}