/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 06 2026 | 08:26:32 */
.dsm-stars{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:0;overflow:hidden}
.dsm-star{position:absolute;background:#fff;border-radius:50%;animation:dsmTwinkle var(--d,3s) ease-in-out infinite var(--delay,0s)}
@keyframes dsmTwinkle{0%,100%{opacity:var(--min,0.2)}50%{opacity:var(--max,0.9)}}