 
body {background-color: black;}


/*these are classes*/

.centerImage {text-align: center;}

.floating-box 
   {display: inline-block;
    width: 300px;
    height: 300px;
    margin: 10px;
    border: 3px solid white;
    float: center;}


/*ending classes*/
