.text-register {
    text-align: center; /* 文字水平居中 */
    margin-top: 20px; /* 上边距，避免和其他内容重叠 */
}

.text-register p {
    display: inline-block; /* 如果需要进一步调整元素居中，可以将 p 标签设置为 inline-block */
    font-size: 16px; /* 设置字体大小 */
    color: #333; /* 设置字体颜色 */
}