body {
background-color:#fff;
font-family: 'Roboto Slab', serif;margin:100px 30px;
padding:0;
-webkit-text-size-adjust:none;
-moz-text-size-adjust:none;
-ms-text-size-adjust:none;
-webkit-text-size-adjust:100%;
-moz-text-size-adjust:100%;
-ms-text-size-adjust:100%;
}

h1,p {
font-size:1.3em;
padding-bottom:30px;
line-height: 150%;
max-width:500px;
line-height:180%;
color:#484848;
margin:auto;
font-weight: 300;
}

a {
padding-bottom:0;
color:#ff0042;
text-decoration:none;
border-bottom:1px solid rgba(255,0,66,0.1);
-webkit-transition:all .2s ease;
}

a:hover {
border-bottom:1px solid rgba(255,0,66,0.5);
}

footer p {
margin-top:50px;
font-size:.8em;
color:silver;
font-style:italic;
}

footer a {
color:grey;
border-bottom:none;
}

footer a:hover {
color:grey;
border-bottom:1px solid silver;
}