Christmas lights for any Website Script install just follow this link also you don't need the resize just ignore it
link to Christmas lights https://codepen.io/chrisdoble/pen/ZbmOXO
CSS Edits to make the lights work 100% with any Website Script install are as follows
body {
align-items: center;
background-color: #ebeced; <- Remove this line
display: flex;
justify-content: center;
}
.christmasLights {
animation: flash 2s step-start infinite;
border-image-repeat: round;
border-image-slice: 50% 0;
border-style: solid;
width: 90%; <- Change from 90% to auto for mobile
}