/* Global styles */
body {
  margin: 0;
  padding: 0;
  background-color: black;
  color: white;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

/* Title */
h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-top: 20px;
}

/* Subtitle with email */
.subtitle {
  font-style: italic;
  color: #aaa;
  font-size: 1rem;
  margin-bottom: 30px;
}

/* Images */
img {
  display: block;
  width: 95vw;
  max-height: 90vh;
  object-fit: contain;
  margin: 30px auto;
  border: none;
  box-shadow: none;
}

/* Footer */
footer {
  margin: 40px 0;
  font-size: 0.9rem;
  color: #666;
}

a {
  color: #999;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
