body{
    margin: 0 0 0 0;
}

.fireworks{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: fixed;
    background: #2c2c2e;

}

canvas{
    background-image: url(../img/bg.png);
    background-size: cover;
    height: 100%;
}

.words{
    color: rgb(255, 255, 255);
    /* text-shadow: 1px 1px 1px #787878, -1px -1px 1px #fff; */
    /* -webkit-text-stroke: #ff9999 0.5px; */
    /* font-family: 'ali'; */
    font-family: 'ruanmeng';
    margin: 0 15px 0 15px;
    font-size: 28px;
    line-height: 1.75;
    height: 90vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading{
    color: rgb(255, 255, 255);
    font-size: 24px;
    background: #2c2c2e;
    height: 90vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}