*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{font-family:Montserrat,sans-serif;font-size:62.5%;background-color:#1b1c1d}nav{height:64px;display:flex;background-color:#fc0;color:#1b1c1d;justify-content:center;align-items:center;font-size:1.6rem}.note{height:32px;display:flex;background-color:#fffbeb;color:#1b1c1d;justify-content:center;align-items:center;font-size:1.6rem;padding:20px}.score{display:flex;gap:16px;color:#fffbeb;font-size:1.6rem}.game{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:64px;gap:16px}.pokemon-list{display:grid;grid-template-columns:repeat(4,1fr);list-style-type:none;background-color:#fffbeb;border-radius:4px;padding:16px;gap:16px}.pokemon-card{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:clamp(1.2rem,3vw,1.4rem);font-weight:700;color:#1b1c1d;border:1px solid #ffcc00;border-radius:4px}.pokemon-card:hover{box-shadow:0 0 16px 4px #fc06;cursor:pointer}.pokemon-name{min-width:100%;border-top:1px solid rgb(255,204,0);display:flex;align-items:center;justify-content:center;padding:8px}@media(max-width:570px){.pokemon-list{grid-template-columns:repeat(3,1fr)}}@media(max-width:415px){.pokemon-card{width:88px}}
