@font-face {
  font-family: PokeRGB;
  src:url("PokemonGb.ttf");
  src:url("PokemonGb.woff");
  /*
  src:url("PKMN RBYGSC.ttf");
  src:url("PKMN RBYGSC.woff");
  */
}

body {
	font: 12px PokeRGB;
	color: #002100;
	background: #a5c500;
	justify-content: center;
}
a { color: #195219; }
a:visited { color: #195219; }

#main {
	background: #a5c500;
	width: 900px;
	padding: 40px;
	margin: 0 auto;
}

h1, h2 {
	text-align: center;
}
h2 { font-size: 16px; 
	font-weight: normal;
}

#footer {
	margin-top: 7em;
	text-align: center;
}