@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

.title_mt {
  display: flex;
  overflow: hidden;
  color: #aa8f7b;
  font-family: 'Josefin Sans', sans-serif;
}

.title_mt span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.title_mt.-visible span {
  transform: translate(0, 0);
}

.title_mt span:nth-child(2) {
  transition-delay: 0.06s;
}
.title_mt span:nth-child(3) {
  transition-delay: 0.12s;
}
.title_mt span:nth-child(4) {
  transition-delay: 0.18s;
}
.title_mt span:nth-child(5) {
  transition-delay: 0.24s;
}
.title_mt span:nth-child(6) {
  transition-delay: 0.30s;
}
.title_mt span:nth-child(7) {
  transition-delay: 0.36s;
}
.title_mt span:nth-child(8) {
  transition-delay: 0.42s;
}
.title_mt span:nth-child(9) {
  transition-delay: 0.48s;
}
.title_mt span:nth-child(10) {
  transition-delay: 0.54s;
}
.title_mt span:nth-child(11) {
  transition-delay: 0.6s;
}
.title_mt span:nth-child(12) {
  transition-delay: 0.66s;
}
.title_mt span:nth-child(13) {
  transition-delay: 0.72s;
}
.title_mt span:nth-child(14) {
  transition-delay: 0.78s;
}
.title_mt span:nth-child(15) {
  transition-delay: 0.84s;
}
.title_mt span:nth-child(16) {
  transition-delay: 0.90s;
}
.title_mt span:nth-child(17) {
  transition-delay: 0.96s;
}
.title_mt span:nth-child(18) {
  transition-delay: 1.02s;
}
.title_mt span:nth-child(19) {
  transition-delay: 1.08s;
}
.title_mt span:nth-child(20) {
  transition-delay: 1.14s;
}

/****** Base style. ******/
/*
body {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin: 0;
}
*/
