@charset "utf-8";
/* CSS Document */

body	{
	background-color: #FFFBFC; 
}

div {
  margin: 2em 5em 2em 5em;
}

h1	{
	font-family: 'Press Start 2P', cursive;
	font-size: 4em;
	color: #A7D9Dc;
	
}

p	{
	font-family: 'Source Serif Pro', serif;
	font-size: 2em;
	line-height: 1.5;
}

a	{
	color:#30332E;
	text-decoration: none;
	font-weight: bold;
}

a:hover	{
	color:#EC058E;
}