body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;

  background: rgba(180, 81, 81, 0.2);
  overflow: hidden;
}

.stage {
  position: relative;
  width: 1200px;
  height: 800px;
}
/* --------- Welcome Window --------- */
.window-1 {
  position: absolute;
  transform-origin: top left;
  width: 500px;
  height: 300px;
  animation: floatY 4s ease-in-out infinite;
  z-index: 2;
}

.window-1::before {
  content:"";
  position: absolute;
  inset: 0;
  border: 30px solid transparent;
  border-image: url(assets/Milaborder2.png) fill 100;
  z-index: 10;
}

.content {
  background-color: aliceblue;
  position: absolute;
  bottom: 0;
  font-family: sans-serif;
  padding-top: 0px;
  padding-left: 20px;
  width: 450px;
  height: 250px;
  z-index: 1;
}
/* --------- Youtube Window --------- */
.window-2 {
  position: absolute;
  width: 660px;
  height: 390px;
  top: 425px;
  left: 50px;
  position: absolute;
  animation: floatY2 5s ease-in-out infinite;
  z-index: 2;
  border-image: url(assets/border2.png) fill 5;
}

.window-2 iframe {
  width: 356px;   
  height: 200px;
  align-content: center;
  justify-content: center;
  padding-top: 105px;
  padding-left: 125px;
}


/* --------- Gästebuch Window --------- */
.window-3 {
  position: absolute;
  width: 350px; 
  height: 600px;
  top: 0px;
  right: -20px;
  transform-origin: top left;
  animation: floatY 6s ease-in-out infinite;
}

.window-3::before {
  content: "";
  position: absolute;
  inset: 0;
  border-image: url(assets/border3.png) fill 5;
  z-index: 10;
}

.window-3 .content {
  width: 300px;
  height: 450px;
  top: 55px;        /* oben bleibt gleich */
  left: 10px;       /* nach links verschoben, vorher 20px */
  bottom: 140px;     /* unten abgeschnitten, vorher 20px */
  overflow: hidden; 
  z-index: 1;
  font-family: sans-serif;
  padding-top: 50px;
  }


/* --------- floaty --------- */

@keyframes floatY2 {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-10px); } /* nach oben */
  100% { transform: translateY(0px); }
}

@keyframes floatY {
  0%   { transform: translateY(0px) scale(1.3); }
  50%  { transform: translateY(-10px) scale(1.3); } /* nach oben */
  100% { transform: translateY(0px) scale(1.3); }
}
/* youtube video kleiner passender hintergrundfarbe
Gästebuch schmaler