body {
    padding: 2rem 1rem 1rem 1rem;
    background: #0a0414;
    margin: 0;
}



p {
    text-align: left;
    display: block;
    margin: 2rem auto;
    color: #bfb7cd;
    font-family: 'Amiko', sans-serif;
    font-size: 100%;
    line-height: 175%;
    /* letter-spacing: 1px; */
    max-width: 900px;
}

h1,
h2	{
	text-align: center;
	font-family: 'Inknut Antiqua', serif;

}

h1	{
	font-size: 200%;
	color: #2c597c;
}

h2 {
    font-size: 110%;
    letter-spacing: 2px;
    color: #3f89ac;
    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;
}