html,body{margin:0;padding:0;scroll-behavior:smooth}nav{display:flex;justify-content:space-between;align-items:center;background-color:#000;width:100%;padding:10px}.nav-links{display:flex;justify-content:space-evenly;width:50%}h2{font-family:Bebas Neue,monospace;margin:0 10px;color:#fff}#pokemon-logo{height:5em}.nav-op:hover{color:#01b1f6;transition:1s}a{text-decoration:none;color:inherit}a:visited{color:inherit}a:active{color:inherit;text-decoration:none}#filters{display:none}.nav-op:hover+#filters{display:block;position:absolute;background-color:#fff;z-index:10}#searchbar{margin-top:5rem;margin-bottom:2rem;text-align:center}input{width:55%;height:2rem}button,select{margin-top:2rem;height:2.4rem;width:5rem}#search-btn,#home-btn{margin-right:5%}input[type=text]{font-size:18px}.pokeball{height:50px;width:50px;padding-right:30px}.pokeball:hover{text-decoration:underline}h3{margin-bottom:111%}#pokeCenter{height:50px;width:50px;padding-left:30px}#pokeCenter:hover{text-decoration:underline overline #FF3028}#pokemonFilters{width:10%;height:2.3rem;font-size:16px;margin-top:1rem;border:1px solid #ccc;background-color:#fff;padding:.5rem;text-align:center}#pokemonFilters option{padding:.5rem;font-size:16px}#card{background-image:url(/PokemonInfo/assets/pokemonBackground-B-0rlSpk.avif);background-size:cover;background-repeat:no-repeat;border-radius:10%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;height:20rem;width:15rem;box-shadow:0 4px 8px #0003;margin:16px}.pokemonSprite{height:100%;width:100%;object-fit:contain}.hide{display:none}.show{display:block;position:absolute;color:#fff;background-color:#0009;font-size:2rem;text-align:center;font-family:Bebas Neue,sans-serif;width:100%;left:0;bottom:0;padding:.5rem 0;box-sizing:border-box}.pokemon-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;padding:16px;box-sizing:border-box}.LoadinText{color:#fff;font-size:24px}
