@charset "utf-8";
/* CSS Document */
html,
body {
	margin-top:0px;
	padding:0px;
	overflow-x:hidden;
}

.active {
	background-color:#171717;
}



.matter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	text-align:justify;
	font-weight:500;
	color:#a39e9f;
}

.google-font {
	font-family: 'Courgette', cursive;
	font-size:60px;
	text-align:center;
	text-decoration:underline;
	color:#999;
	padding-top:15px;
	padding-bottom:15px;
}




