/* Import Fonts */
@import url(http://fonts.googleapis.com/css?family=Coustard|Open+Sans);

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	color: black;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
  	justify-content: center
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Coustard', serif;
	font-weight: normal;
	letter-spacing: 1px;
	align-items: center;
	color: black;
}

h1{
	font-size: 63px;
	line-height: 70px;
	padding: 0;
	margin: 0;
	color: black !important;
}

h5{
	font-size: 28px;
	line-height: 35px;
	padding: 0;
	margin: 0;
	color: black !important;
}
p{
    color: black;
}
