body{margin:0;padding:0}@font-face{font-family:PokemonFont;src:url("/public/assets/fonts/Pokemon Solid.ttf")format("truetype")}.light{--text-color:#000;--hover-shadow:#0000004d;--icon-color:#000;background-color:#fff}.dark{--text-color:#d1d0d0;--hover-shadow:#ffffff4d;--icon-color:#d1d0d0;background-color:#000}.theme-button{cursor:pointer;background:0 0;border:none;font-size:18px;position:absolute;top:10px;right:15px}.pokemon-card{color:#353434;text-align:center;border:1px solid #ccc;border-radius:10px;width:250px;margin:10px;padding:10px;font-family:cursive;font-weight:300;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 5px #0000001a}.pokemon-card img{width:200px;height:200px}.pokemon-card h2{color:var(--text-color)}.pokemon-card:hover{box-shadow:0 8px 16px var(--hover-shadow);transform:scale(1.05)}.App{text-align:center;padding:20px;font-family:cursive}.pokemon-container{flex-wrap:wrap;justify-content:center;display:flex}.pokemon-container a{text-decoration:none}input .search-bar{border:1px solid #ccc;border-radius:5px;width:200px;margin-bottom:20px;padding:10px}.navbar{flex-direction:column;justify-content:center;align-items:center;padding:25px;display:flex}.navbar-logo{width:auto;height:auto;padding:40px 0}.search-container{align-items:center;display:flex;position:relative}.search-icon{pointer-events:none;width:20px;height:20px;color:var(--icon-color);position:absolute;top:15px;right:20px}.search-bar{background-color:#0000;border:1px solid #ccc;border-radius:4px;width:460px;padding:15px 10px 15px 40px;font-family:cursive;font-size:16px;transition:border .3s}.search-bar:focus{border-color:#007bff;outline:none}
