@font-face {
	font-family: Great vibes;
	src: url(GreatVibes-Regular.ttf);
}
h1 { 
	color: black; 
	font-family: Great Vibes,cursive; 
	font-size: 140px; 	
	text-shadow: 0 1px 1px #fff;
	margin-bottom: -2%
}