.headerGrid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr}.widHeit{width:fit-content;height:fit-content}.gameInfo{grid-column:1}.gameGrid{display:grid;grid-template-rows:repeat(2,1fr);grid-template-columns:1fr 5fr 1fr}.gameTitle{grid-row:1;grid-column:2;font-family:Parkinsons,sans-serif;font-size:40px}.gameInst{grid-row:2;grid-column:2;align-self:center;font-family:Avro,serif;font-size:17px}.score,.scoreInfo{grid-column:2}.scoreGrid{display:grid;grid-template-columns:1fr 2fr 2fr 1fr;grid-template-rows:1fr}.cur{grid-column:2;align-self:center}.high{grid-column:3;align-self:center}.scoreFont{font-family:Avro,serif;font-size:20px}.curScoreTitle,.highScoreTitle{margin-right:10px;font-family:Avro,serif}.pokeBallMiddle{height:30px;width:100%;background-color:red}.buttonGrid{display:grid;grid-template-columns:1fr 20px 1fr;grid-template-rows:repeat(3,1fr)}.blackMiddle{grid-column:1 / span 3;grid-row:2;background-color:#222224}.pokeBallButton{grid-column:2;grid-row:1 / span 3;justify-self:center;padding-bottom:2.5px;height:20px;width:20px;background-color:#f0f0f0;border:5px solid #222224;border-radius:180px;z-index:2}.buttonCenter{margin:20% auto auto;display:grid;height:10px;width:10px;border:2px solid #222224;border-radius:180px}.whiteBottom,.cardDeckGridChild{grid-column:1 / span 3;grid-row:3;background-color:#f0f0f0}.cardDeckDisplay{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr;justify-content:space-evenly;align-items:space-evenly}.pokeCardGridChild{height:250px;justify-self:center;align-self:center}.pokeCard{display:grid;grid-template-columns:1fr;grid-template-rows:3fr 1fr;height:200px;width:150px;border:2px solid black;border-radius:5px}.pokeImage{grid-row:1;justify-self:center;align-self:center;height:80%;width:80%;border-radius:5px}.pokeText{grid-row:2;justify-self:center;align-self:center;height:fit-content;width:fit-content}*{height:100%;width:auto}html,body{height:100%;width:auto;margin:0}#root{display:grid;grid-template-columns:1fr 30px 1fr;grid-template-rows:1fr 30px 4fr}header{grid-column:1 / span 3;grid-row:1;background-color:red}
