body {
  font-family: 'Segoe UI', sans-serif;
}
.card-title {
  color: #003366;
}
.btn-warning {
  background-color: #ff7f00;
  border-color: #ff7f00;
}
.text-primary {
  color: #003366 !important;
}
.card-img-container {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.card-img-top {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.card-body {
  min-height: 150px;
}
.card-title {
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: #003366;
}