@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@300;700&display=swap');
@import url('https://fonts.loli.net/css2?family=Noto+Serif+SC:wght@300;700&display=swap');

#wrapper {
    font-family: 'Latin Modern Roman', 'Times New Roman', 'Noto Serif SC', serif;
}

body {
    cursor: url('../mouse-ndwd/5-.png'), auto; /* 默认鼠标指针样式 */
}

a:hover {
    cursor: url('../mouse-ndwd/4-.png'), pointer; /* 链接鼠标指针样式 */
}  



h1 {
    text-align: center; /* 文章标题居中 */
}