#Header1_HeaderTitle{
font-size: 28px!important;
}
body::-webkit-scrollbar {
    width: 7px;
    background-color: white;
}
body::-webkit-scrollbar-thumb {
    height: 30px;
    border-radius: 10px;
    background-color: #DCDFE6;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #C0C4CC;
}
body {
    cursor: url(https://blog.oioweb.cn/assets/normal.cur), default;
}
a:hover {
    cursor: url(https://blog.oioweb.cn/assets/link.cur), pointer;
}