body {
  font-family: Arial, sans-serif;
}

#stockList .card {
  margin-bottom: 1rem;
}

.card img {
  max-width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
}

#stockChart {
  max-width: 100%;
  height: auto !important;
}