body {
	padding-top: 2rem;
    background: #f0f8ff;
}



p {
    text-align: center;
    display: block;
    margin: 2rem auto;
    color: #3285c3;
	font-family: 'Amiko', sans-serif;
    font-size: 80%;
    line-height: 150%;
    letter-spacing: 1px;
}

h1,
h2	{
	text-align: center;
	font-family: 'Inknut Antiqua', serif;
	color: #2c597c;
}

h1	{
	font-size: 200%;
}

h2 {
    font-size: 110%;
    letter-spacing: 2px;
    color: #82c4d9;
    font-weight: normal;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
    transition: all 0.5s ease-in-out;
	color: #a8d6fe;	
}

a:hover, 
a:focus {
    text-decoration: none;
	transition: all 0.5s ease-in-out;
    color: #a1a1cd;
    text-shadow: 0 0 1px #000, 0 0 10px #fff;
}