body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.content {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.card-title {
  margin-bottom: 0.75rem;
}

@media (max-width: 576px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}