@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');#canvas{      position: absolute;      top: 0;      left: 0;      width: 100%;      height: 100%;}.title {  display: flex;  overflow: hidden;  color: #edd8ca;  font-family: 'Josefin Sans', sans-serif;  font-size: 60px;}.title2 {  display: flex;  overflow: hidden;  color: #edd8ca;  font-family: 'Josefin Sans', sans-serif;  font-size: 30px;}.title span {  display: block;  transform: translate(0, 105%);  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;}.title.-visible span {  transform: translate(0, 0);}.title span:nth-child(2) {  transition-delay: 0.06s;}.title span:nth-child(3) {  transition-delay: 0.12s;}.title span:nth-child(4) {  transition-delay: 0.18s;}.title span:nth-child(5) {  transition-delay: 0.24s;}.title span:nth-child(6) {  transition-delay: 0.30s;}.title span:nth-child(7) {  transition-delay: 0.36s;}.title span:nth-child(8) {  transition-delay: 0.42s;}.title span:nth-child(9) {  transition-delay: 0.48s;}.title span:nth-child(10) {  transition-delay: 0.54s;}.title span:nth-child(11) {  transition-delay: 0.6s;}.title span:nth-child(12) {  transition-delay: 0.66s;}.title span:nth-child(13) {  transition-delay: 0.72s;}.title span:nth-child(14) {  transition-delay: 0.78s;}/****** Base style. ******/body {  display: flex;  height: 100vh;  justify-content: center;  align-items: center;  margin: 0;  background-color: black;}