/* Making sure there's no default type nasty surprisesÉ */

body, a, div, p, img {
    padding: 0; 
    border: 0;
    margin: 0.25em;
    }




/* Page styles */

body {
    background: black;
    }

#page {
    margin: 1% auto;
    text-align: center;
    }
    
img {
    border: 1px solid white;
    }