.start{width:250px;height:85px;background:url(/assets/Start.png) center/250px}.enemyHand div{max-width:500px;display:flex;flex-wrap:wrap;justify-content:center;gap:2%;margin:5px auto}.playBoard{width:30%;max-width:200px;display:grid;grid-template-columns:auto auto;gap:5%;margin:10px auto auto}.playerHand div{max-width:500px;display:flex;flex-wrap:wrap;justify-content:center;gap:5%;margin:0 auto 2%}.playerHand .playCard{cursor:pointer;flex:0 0 25%;margin-top:5%}.playCard{width:100%;flex:0 0 15%;min-width:0;aspect-ratio:11 / 16;border-radius:7%/5%;box-shadow:0 8px 16px #000}.playCard.picked{transform:scale(1.2)}.name{margin:0;padding:0}.health{display:inline-block;background:var(--dark);width:250px;height:25px;margin:15px auto}.health .bar{position:relative;display:block;background:#911;width:250px;height:25px}.health .overlay{position:relative;display:block;width:270px;top:-35px;left:-10px}
