            body {
                
                margin: 0;
                background-color: #08031A;
                /* you can delete the line below if you'd prefer to not use an image */
                background-size: 140px;
                color: #fceaff;
                background-image: url(https://bettysgraphics.neocities.org/images/backgrounds/pattern%20459.jpg);
            }

            * {
                box-sizing: border-box;
            }
            
            

