* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.6;
  color: #111;
}

.wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px;
}

h1 {
  font-size: 38px;
  margin-bottom: 12px;
}

p {
  margin-bottom: 16px;
  color: #333;
}

.card {
  border: 1px solid #eee;
  border-radius: 16px;
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

figcaption {
  padding: 12px 16px;
  background: #fafafa;
  color: #555;
}

.footer {
  margin-top: 48px;
  font-size: 14px;
}

.footer a {
  color: #555;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}
