@font-face {
    font-family: 'pkmn_rbygscregular';
    src: url('pokemonred-webfont.woff2') format('woff2'),
         url('pokemonred-webfont.woff') format('woff'),
         url('pokemonred.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

body {
  background-color: white;
  color: black;
  font-family: "MS UI Gothic";
}