/*body{
  background: black;
}*/

.pokemon{
  background: green;
  border: 1px solid black;
  width: 25%;
  text-align: center;
  font-family: 'pfont';
  font-size: 24px;
  color:yellow;
}

table, tr, th, td{
  border: 1px solid black;
  background: white;
  text-align: center;

}

table{
  margin: 0 auto;
}

img{
  width:50%;
}

#pokemonLink{
  width: 15%;
}

@font-face {
    font-family: 'pfont'; /*a name to be used later*/
    src: url("/pokemon/fonts/pfont.ttf"); /*URL to font*/
}

#venusaur *{
  background:blue;

}

h1{color:red;}
