html,
body {
margin:0;
padding:0;
}
body {
background:#fdfdfd;
font:62.5% helvetica,arial,sans-serif;
margin:0 auto;
}
body * {
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
header, footer, nav, section, article, aside {
display:block;
}
h1 {
color:rgba(0,0,0,0.6);
font-size:4.5em;
margin:50px auto;
text-align:center;
text-shadow:2px 2px 0 rgba(0,0,0,0.2);
}
p {
font-size:1.7em;
margin:20px auto;
text-align:center;
}
a {