html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    
    background-image: url("../img/ww_background.png");
    
	background-size: 100% auto;
	background-color: #fff;
    font-family: 'Nunito', "Helvetica Neue", Helvetica, Arial, sans-serif;
    position:relative;
    -webkit-font-smoothing: antialiased;


    position:relative;
    
}
.clearfix:after {  content: ".";  display: block; height: 0;  clear: both; visibility: hidden;}
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;} 
.centeredContent{  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.imagebox { box-shadow: 8px 8px 0px black}
.download {background-color: #fff;padding:10px;box-shadow: 8px 8px; margin-top:30px;font-size: large;}