@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=IM+Fell+DW+Pica');
h1{
	font-size: 10vw;
	font-weight: bold;
	font-family: 'IM Fell DW Pica', serif;
	text-shadow: 5px 5px #ccc;
	text-align: center;
	padding-top: 20%;
}
a {
	text-decoration: none;
	color: black;
}

