body {
  font-family: sans-serif;
  margin: 0;
  background: #121212;
  color: #e0e0e0;
}

main {
  padding: 2em;
  max-width: 700px;
  margin: 0 auto;
}

/* Bild zentriert */

.single-image {
  text-align: center;
  margin: 2em 0;
}

.single-image img {
  display: inline-block;  
  max-width: 100%;        
  max-height: 1000px;     
  height: auto;
  border-radius: 12px;    
  box-shadow: 0 2px 8px rgba(0,0,0,0.5); 
}

.links {
  display: flex;
  justify-content: center;
  margin: 2em 0;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  font-size: 0.95em;
  text-align: center;
}

.inline-links a {
  color: #4da3ff;
  text-decoration: none;
  white-space: nowrap;
}

.inline-links a:hover {
  text-decoration: underline;
}

footer {
  text-align: center;
  padding: 2em 1em;
  background: #1f1f1f;
  color: #888;
  margin-top: 2em;
  font-size: 0.85em;
}

footer .impressum {
  margin-top: 1em;
  color: #999;
  font-size: 0.85em;
  line-height: 1.4em;
}
