@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 3fr;
      grid-template-rows: 1fr 3fr;
  place-items: center;
  background: #f6e6bd;
  height: 100vh;
}

main {
  display: -ms-grid;
  display: grid;
  place-items: center;
  -ms-grid-rows: 0.25fr 1fr 0.25fr;
      grid-template-rows: 0.25fr 1fr 0.25fr;
}

section:hover {
  cursor: pointer;
}

h1 {
  font-family: "Press Start 2P", cursive;
  color: #315a7b;
  font-size: 30px;
  margin-bottom: 8%;
}

#slakothPic {
  width: 500px;
}

.optionsContainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

.pokemonOption {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.headerPic {
  height: 20vh;
}

.pokemonImg {
  height: 300px;
}

h2 {
  font-family: "Press Start 2P", cursive;
  margin-top: 30px;
  font-size: 20px;
  color: #315a7b;
}

#resume {
  font-family: "Press Start 2P", cursive;
  text-decoration: none;
  font-size: 20px;
  margin-top: 5%;
  color: #735a20;
}
/*# sourceMappingURL=style.css.map */