@charset "utf-8";
/* CSS Document */

h1 {
	color: #BB2025;
	font-family: "Impact, Haettenschweiler", "Franklin Gothic Bold", "Arial Black", "sans-serif";
	text-emphasis: bold;
	background-color: #71B7BD;
}
p {
	color: #E7EAE1;
	font-family: "eb-garamond";
	text-align: left;
	font-size: 20px;
	
}
body{
	background-color: #0E2234;
}