h1 {color:blue;}
h1 {
   font-size: 55px;
}
h2 {
   text-decoration: underline;
}
h1 {
  font-family: "Papyrus";
}
h2 {
   background-color: aqua;
}

div {
   width: 300px;
   border: 5px solid black;
  padding: 10px;
  margin: 40px;
}
body {background: silver;}

#pokemon {
  width: 500px;
  border: 5px solid silver;
}  
#game {
  width: 500px;
  border: 5px solid silver;
}

oof{
  font-family: 'Papyrus', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.textGround{
  width: 100%;
}



