@import"https://fonts.cdnfonts.com/css/pokemon-solid";*{margin:0}body{background-color:red;height:100vh}.topbar{font-family:Pokemon Solid,sans-serif;color:#ffde00;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;display:flex;justify-content:space-between;align-items:center;padding:0 16px}.topbar p{font-size:x-large}.game-container{display:grid;grid-template-columns:repeat(6,minmax(150px,1fr));gap:16px;padding:16px}.card{display:flex;flex-direction:column;align-items:center;border:1px solid black;border-radius:10px;padding:8px;background-color:#ffde00;font-family:Pokemon Solid,sans-serif;color:red;font-size:larger;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;transition:background-color .25s ease-out}.card:hover{background-color:#000}.card img{width:100%;height:100%;object-fit:contain}@media(max-width:500px){.topbar{flex-direction:column}.card img{width:50%;height:50%;object-fit:contain}.game-container{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;padding:8px}}
