

/*星座特效*/
#display { z-index: 0; display: block; cursor: default; position:fixed; z-index: -1}
#blachole { position: fixed; top: 60px; right: 60px; width: 120px; height: 120px; }
canvas { width: 100%; height: 100%; }


.bg {
    position: relative;
    left: 0;
    top: 0;
    width: 100%; background-color: #174c95;
    background: linear-gradient(-60deg, #174c95 0, #077ce0 100%); /*background-color:#001e32*/}


