body {
  font-family: system-ui, Arial, sans-serif;
  background: white;
  color: #222;
  max-width: 900px;
  margin: auto;
  padding: 20px;
}

header h1 {
  margin-bottom: 5px;
}

.tagline {
  color: #555;
}

nav a {
  margin-right: 15px;
  text-decoration: none;
  color: #0066cc;
}

nav a:hover {
  text-decoration: underline;
}

.gallery img {
  max-width: 100%;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.disclaimer {
  font-size: 0.9em;
  color: #555;
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 10px;
}
