@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";body{margin:0;font-family:"Press Start 2P",sans-serif;background-color:#f7e39c;text-align:center}.content{width:90%;max-width:640px;margin:0 auto}p{line-height:1.5}nav{display:flex;justify-content:center;gap:10px;padding:10px;background-color:#d13325;position:sticky;top:0;z-index:1000}nav a{text-decoration:none;font-weight:700;color:#f7e39c;margin:0 4px}nav a:hover{color:#000}a{color:#000}.pokemon-card{background-color:#fff;border-radius:5px;padding:0;box-shadow:0 4px 6px #0000001a;margin:5px;display:flex;flex-direction:column;align-items:center}.pokemon-card img{max-width:150px;margin-bottom:-20px}.pokemon-card h2{font-size:small}input{font-family:"Press Start 2P",sans-serif}
