
body {
  font-family: Arial, sans-serif;
  padding: 1em;
  background: #f5f5f5;
  color: #333;
}
h1, h2 {
  text-align: center;
}
section {
  margin-bottom: 2em;
}
#galleryList button {
  margin: 5px;
  padding: 10px;
}

/* Vollbild-Modus */
.fullscreen-mode #upload,
.fullscreen-mode #modelGallery,
.fullscreen-mode h1 {
  display: none;
}

#closeViewerBtn {
  position: fixed;
  top: 10px;
  right: 10px;
  background: #000;
  color: #fff;
  font-size: 2rem;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  z-index: 1000;
  cursor: pointer;
}
