            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%20457.jpg);
            }

            * {
                box-sizing: border-box;
            }
            

.wiwi {
    border: 7px solid hotpink;        
    width: 960px;
    height: 960px;
    margin: auto;
    padding: 10px;
    background-color: white;
    background-image: url(https://bettysgraphics.neocities.org/images/backgrounds/pattern%20151.gif);
}
    
.movingthing {
    border: 1px solid hotpink;
    float: left;
    height: 20px;
    width: 900px;
    margin-top: 10px;
   background-color:#fff2f8;
}

.yay {
    border: 4px solid hotpink;
    height: 300px;
    float: left;
    width: 220px;
    margin-top: 20px;
    background-size: 160px;
    background-image: url(https://bettysgraphics.neocities.org/images/backgrounds/pattern%20151.gif);
}
.AAAH {
    border: 4px solid hotpink;
    height: 300px;
    float: left;
    width: 470px;
    margin-top: 20px;
    margin-left: 10px;
    overflow: auto;
    background-size: 160px;
    background-image: url(https://bettysgraphics.neocities.org/images/backgrounds/pattern%20151.gif);
}

.yoyo {
    border: 4px solid hotpink;
    height: 370px;
    float: right;
    width: 220px;
    margin-top: 10px;
    background-image: url(https://bettysgraphics.neocities.org/images/backgrounds/pattern%20151.gif);
}

.bazinga {
    border: 4px solid hotpink;
    height: 300px;
    float: none;
    width: 205px;
    margin-top: 10px;
    background-image: url(https://bettysgraphics.neocities.org/images/backgrounds/pattern%20151.gif);
}

a:link {
  color: #ff006a;
}
