.kiss-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: -1px;
  text-align: center;
  gap: 12px;
  width: "100%";
}

.word {
  display: flex;
}

.letter {
  color: #d6dadb;
}

.reveal {
  display: inline-block;
  width: 0;
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #aaaeb0;
  font-weight: 400;
}

.emoji {
  display: inline-block;
  font-size: 1.5rem;
  white-space: nowrap;
  rotate: 30deg;
  filter: blur(0px);
}
