/* 让顶部标题变成你域名的专属艺术色 */
.header-title, .logo-text {
    background: linear-gradient(45deg, #00dbde 0%, #fc00ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}