/* Add some spacing to the search bar */
#search {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
}

.pokemon-card {
    transition: all 0.3s ease;
}
