.angle-bracket {
    display: inline-flex;
    align-items: center;
    margin: 0 5px;
}

/* 确保导航中的链接和符号垂直居中 */
nav.bg-white.shadow-md .container {
    align-items: center;
}

.container.mx-auto.px-4.py-8.pt-1.max-w-73rem {
    margin-top: 0.85rem; /* 你可以根据需要调整这个值 */
}

h1 {
    text-align: center;
}

.text-gray-600.mb-4:nth-of-type(1) {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.mb-4 strong {
    display: block;
    text-align: center;
}    