
        .stars {
            position: absolute;
            inset: 0;
            background: url("https://www.transparenttextures.com/patterns/stardust.png");
            animation: starsMove 80s linear infinite;
            opacity: 0.7;
            z-index: 1;
        }

        @keyframes starsMove {
            from {
                background-position: 0 0;
            }

            to {
                background-position: 2000px 2000px;
            }
        }
        
        
 /*===============       */
 
 
 /*===============       */
        
        