body {
  margin: 1em;
  font-family: serif;
  font-size: 1em;
    background: #fff; /* o qualsiasi sfondo */
    color: #fff;

  padding-bottom: 3em; /* spazio per il footer fisso */
}

.container {
  font-size: 1em;
  text-align: left;
  position: fixed;
  z-index: 100;
  mix-blend-mode: difference;
}

.artwork {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80vw;
  max-height: 80vh;
  z-index: -100;
  color: #000000;

}

.artwork {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw;
  max-height: 80vh;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.artwork img {
  max-width: 60vw;
  max-height: 60vh;
  width: auto;
  height: auto;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0.5em 0;
  font-size: 1em;
  display: flex;
  justify-content: center;
  gap: 1.5em;
  flex-wrap: wrap;
  z-index: 100;
  mix-blend-mode: difference;
}

.footer a {
  color: inherit;
  text-decoration: none;
}