body {
  background-color: #f9f9f9;
}

.pokemon-list {
  max-width: 500px;
  margin: 0 auto;
}

/* Image styling */
#pokemonImage {
  max-width: 100%;  
  height: auto;   
  display: block; 
  margin: 10px auto; 
}

/* Bootstrap modal override fixes */
.modal-backdrop {
  pointer-events: auto !important;
}

body.modal-open {
  padding-right: 0 !important;
}

.modal {
  z-index: 1050 !important;
}
