@CHARSET "ISO-8859-1";
/*
	Our basic CSS file, with initialisations to reset our preferred elements to plain vanilla
	Version 1.0 D.Reumer - BRAMBLE (c) 2011
       
*/

/* @Start-Initgroup - Reset all elements to plain vanilla */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, section, header, footer, nav {
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;

    vertical-align: baseline;
    text-decoration: none;
}

/* @end-Initgroup */

/* @Start-Defaults */

html, body { height: 100%; }
body { background: #fff; } /* Putting on pants. */
a img, fieldset { border: none; }
   
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 0px solid rgb(255, 255, 255);
  }

