.thanks-top{
  text-align: center;
  margin: 40px auto 20px;
  max-width: 800px;
}

.thanks-top h1{
  font-size: 36px;
}

#wishCloud1{
  margin-top: 40px;
}

.wish-cloud{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgb(100, 146, 145);
  margin-top: 20px;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.32);

}

.wish-carousel-text{
  max-width: 90%;
  font-size: 18px;
  line-height: 1.35;
  color: rgba(40,40,40,0.85);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.wish-carousel-text.fade-out{
  opacity: 0;
  transform: translateY(6px);
}
.wish-carousel-text.fade-in{
  opacity: 1;
  transform: translateY(0);
}

