@-webkit-keyframes STAR-MOVE {
        from {
                background-position: 0 0;
        }
        to {
                background-position: -10000px -2000px;
        }
}

#footer, #header, .background-color-black.full-bkg-constrained-content.layout.layout--threecol-16-68-16 {
        background: black url(sites/g/files/toruqf5956/files/2023-07/star-background.png) repeat 5% 5%;
        -webkit-animation-name: STAR-MOVE;
        -webkit-animation-duration: 200s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
}
