body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #fafafa;
}
img {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 12px;
  box-shadow: 0 2px 12px #0002;
}
h1 {
  font-family: sans-serif;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.cat-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  background: #fff;
  padding: 2rem 1.5rem;
  border-radius: 16px;
  box-shadow: 0 4px 24px #0001;
  margin-bottom: 2rem;
}
