@font-face {
  font-family: _monkeyrobot;
  src: url('../../fonts/_monkeyrobot.ttf');
	font-weight: normal;
  font-style: normal;
}

body,td,th {
	color: #66f363;
	font-family: _monkeyrobot;
	font-weight: normal;
  font-style: normal;
}

body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: none;
	background-color: #002c27;
	margin-left: 0px;
	text-align: center;
	image-rendering: pixelated;
}

a:link, a:visited, a:hover, a:active {
	color: #0FC;
	text-decoration: none;
}

body p {
	align: center;
	font-size: 24px;
	padding-left: 5px;
	padding-right: 5px;
}

#main-content {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 92px;
	margin-bottom: 130px;
}

#main-content-small {
	font-size: 16px;
}

#game-title {
	font-size:68px;
	margin-top: 100px;
	margin-bottom: 100px;
}

.hr {
	font-size: 20px;
}

.screenshot {
	display: block;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 17px;
}

.award-badge {
	width: 220px;
}

hueAnimText {
    font-size: 32px;
	color: #f35626;
    -webkit-animation: hue 2s infinite linear;
}

@-webkit-keyframes hue {
    from {
      -webkit-filter: hue-rotate(0deg);
    }
    
    to {
      -webkit-filter: hue-rotate(360deg);
    }
}
