body {
    /*background: black;*/
    /*margin: 0;*/
    /*width: 100%;*/
    /*overflow: hidden;*/
}

canvas {
    z-index: 1;
    background: radial-gradient(#26d9d9 40%, #9e5a1a 63%, cyan 90%, #ebf2d9);
    background-repeat: no-repeat;
    background-size: 100%;
    position: fixed;
    animation: rot infinite cubic-bezier(0.9, 5, 1, -3) atan(9) 280s 1s alternate;
    width: 340px;
    height: 340px;
    right: 70px;
    bottom: 100px;

    z-index: 100;
    width: 340px;
    height: 340px;
    background: #a0d5d3;
    position: fixed;
    bottom: 100px;
    right: 70px;
    border-radius: 50%;
    border: 10px solid #f8e7dc;
    overflow: hidden;
}

@media (max-width: 767px) {
    canvas {
        display: none;
    }
}

@keyframes rot {
    to {
        transform: rotate(360deg);
    }
}

/*# sourceMappingURL=ChristmasStar.css.map */
