@import "https://fonts.googleapis.com/css2?family=Jura:wght@300;500;700&display=swap";.pokemon-card{text-align:center;border:2px solid #000;border-radius:10px;width:300px;padding:20px;position:relative;overflow:hidden;box-shadow:5px 5px #000}.pokemon-card>.types-container{justify-content:center;gap:30px;margin:20px 0 0;display:flex}.type-badge{color:#fff;border:2px solid #000;border-radius:6px;width:100px;padding:4px}.pokemon-card .description{text-align:left;background-color:#fff;padding:20px;font-size:1.3rem;transition:all .3s ease-in-out;position:absolute;bottom:0;left:0;translate:0 100%}.pokemon-card:hover .description{translate:0}.search{border:2px solid #000;border-radius:5px;width:70vh;margin:50px auto;padding:15px;font-size:1rem;display:block;box-shadow:3px 5px}.list-pokemon{flex-wrap:wrap;justify-content:center;gap:30px;margin:100px auto;display:flex}.nav{text-align:center;background-color:#ffcb05;padding:10px}.nav-logo{height:60px}.footer{color:#fff;text-align:center;background-color:#3b4cca;padding:15px;font-size:14px}*{box-sizing:border-box;margin:0;padding:0;font-family:Jura,sans-serif}
