body {
  margin: 0;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.center-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0; /* Kein Abstand zwischen den Bildern */
  line-height: 0; /* Keine Textabstände */
}

.main-image {
  width: 40vw;
  max-width: 400px;
  height: auto;
  display: block;
}

.animation {
  width: 60vw;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
