html, body {
  min-height: 100vh;
  margin: 0;
  padding: 0 5%;
  background-image: linear-gradient(to left top, #ff69b4, #ff8492, #ffad7c, #ffd87c, #ffff99);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.Bilderraster {
  margin: 2.5% 0 5% 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 75%;
  gap: 5%;
}

.Collage {
  max-width: 100%;
  max-height: 100%;
  border: 2px solid #009ca6;
  border-radius: 10%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.7);
  transition: transform 0.3s ease-in-out;
}

.Collage:hover {
  transform: scale(1.1);
}

.anker, .druck {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: black;
  border: 2px solid white;
  border-radius: 7px;
  min-height: 26px;
  background-color: azure;
  padding: 0 16px;
  margin: 0 auto;
}
.love-letter {
  max-width: 700px;
  max-height: 600px;
  overflow-y: auto;
  margin: 6% auto;
  background: rgba(255,255,255,0.85);
  border-radius: 24px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  padding: 2rem 2rem 2rem 1rem;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 1.18rem;
  line-height: 1.7;
  color: #333;
  letter-spacing: 0.01em;
  word-break: break-word;
  text-align: left;
}

.love-letter p {
  margin: 6%;
  white-space: pre-line;
}

.verpacktesGeschenk {
  max-width: 700px;
  margin: 6% auto;
  background: #009ca6;
  border-radius: 24px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  padding: 2.5rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slider {
  height: 8px;
  background: #009ca6;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #009ca6;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid #004247;
}

.slider::-webkit-slider-runnable-track {
  height: 16px;
  border-radius: 2px;
}

.middle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* button,slider,background,container(basic)