body {
  font-family: system-ui, sans-serif;
  background-color: #f9f9f9;
}

h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}

img {
  max-height: 400px;
  object-fit: contain;
}

.list-group-item {
  font-size: 1.1rem;
}
