@charset "UTF-8";
/*---CSS RESET---*/

*{
	margin: 0;
	padding: 0;
	font-size: 72pt;
}

/*---CSS CLASS----*/

.start-hidden {
	display: none;
}