*{margin:0;padding:0;box-sizing:border-box;text-transform:capitalize;text-align:center;font-family:sans-serif;scroll-behavior:smooth}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:linear-gradient(45deg,#00d4ff,#090979)}::-webkit-scrollbar-thumb{background:#3cd524;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#da1414}html{display:flex;justify-content:center}.container{width:100%;max-width:1200px;padding:10px;display:flex;flex-direction:column;align-items:center}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px}.grid-three-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.pokemon-card{cursor:pointer;list-style-type:none;padding:15px;display:flex;flex-direction:column;align-items:center;border-radius:20px;transition:transform .3s ease,box-shadow .3s ease}.pokemon-card:hover{box-shadow:#0000008f 0 22px 70px 4px;transform:translateY(-8px)}img{width:100%;max-width:120px;height:auto}span{font-weight:700}.pokemon-info{margin:10px 0;padding:6px;font-size:13px}.pokemon-highlight{background-color:#0ab10780;color:#fff;font-size:16px;font-weight:700;min-width:60%;padding:6px 12px;border-radius:50px}header h1{font-size:48px;margin:20px auto;text-transform:uppercase}.search_pokemon input{width:100%;max-width:300px;border:none;border-bottom:4px solid black;padding:10px;font-size:16px}::placeholder{font-weight:700;color:gray}@media(max-width:1300px){.cards{grid-template-columns:repeat(3,1fr)}}@media(max-width:1000px){.cards{grid-template-columns:repeat(2,1fr)}header h1{font-size:34px}}@media(max-width:650px){.cards{grid-template-columns:1fr}header h1{font-size:24px}}
