@font-face {
	font-family: comixLoud;
	src: url(ComixLoud.ttf);
}

html, body {
	color: white;
	font-family: comixLoud;
	height: 100%;
}

body {
	background-color: #1c1c27;
}

table, tr, td {
	border: none;
	padding: 0;
}

.responsiveText {
	font-size: 16px;
}

@media (max-width: 576px) {
	.responsiveText {
		font-size: 8px;
	}
}

@media (min-width: 576px) and (max-width: 768px) {
	.responsiveText {
		font-size: 10px;
	}
}