
@font-face {
	font-family: Pixel;
	src: url('../resources/touchpadpro.ttf');
}


body{
	font-family: Pixel, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight:normal;
	letter-spacing: 1px;
	line-height: 1.5;
	color: black;
	overflow-x:hidden;
	background-color: white;
}

#content {
	max-width: 100%;
	height: 100%;
	padding:25px;
	margin:25px;
	word-break:break-all;
}
