<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header,.footer{display:none}
body *{background-color:rgba(135,67,203,0.05);color:black}
h2.span{font-fimaly:'微软雅黑';font-size:24px;}

h1 {
            font-family: serif, sans-serif, cursive; /*设置字体类型*/
            height: 80px; /*设置height与line-height，是文字在container中垂直方向上居中显示*/
            line-height: 100px;
            font-size: 100px; /*设置字体大小*/
            font-weight: bold; /*将字体加粗显示*/
            color: black; /*设置文本颜色为黑色，营造黑夜效果*/
            text-align: center; /*设置文本在水平方向上居中显示*/
            text-shadow: 0 0 4px white,
            0 -5px 6px #FFE500,
            2px -10px 6px #FFCC00,
            -2px -15px 11px #FFCC00,
            2px -25px 18px #FF8000;
            text-align: center;
        }</pre></body></html>