body {
	background-color:#1D1E1A;
	color:#00FF13;
	font-family: JoystixMonospace-Regular;
}

.bottom {
	float: left;
	margin-top: 20px;
	margin-left: 50px;
}

.clear {
	clear: left;
}

.link {
	margin-top: 10px;
	text-align: center;
}

.mobile {
	display: none;
}

.text {
	font-size: 18px;
	line-height: 30px;
	margin-left: 50px;
	margin-top: 20px;
}

.top {
	float: left;
	margin-left: 50px;
}

@media only screen and (max-width: 10240px) {
	.mobile { display: inline; }
	.symbol { display: none; }

	br { display: none; }
	img { width: 175px; height: 175px; }
}  
