body {
	font-family: "pathway gothic one";
	background:url(stardust.png);
	font-size:14px;
	color:#fff;
	text-align:center;
}

h1 {
	font-size:6em;
	font-weight:600;
	border-bottom:3px solid #fff;
	padding-bottom:10px;
	text-shadow: 1px 1px #000;
}

a {
	margin-right:10px;
	color:#fff;
	display:inline-block;
	border:1px solid #fff;
	padding:5px 8px;
	transition:all 0.3s;
	text-decoration:none;
	font-size:1.9em;
}

a:hover {
	color:#fff;
	background:#0b344f;
}