body,html{margin:0;padding:0;width:100%;height:100%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Unbounded,sans-serif;text-align:center}.main-text{font-size:2rem;font-weight:600;margin:0;opacity:0;animation:mainFadeIn .5s ease-in forwards}@keyframes mainFadeIn{0%{opacity:0}to{opacity:1}}.rotating-word-container{margin-top:10px;position:relative;width:100px;height:40px;margin-left:auto;margin-right:auto;overflow:hidden;display:flex;justify-content:center;align-items:center}.rotating-word{position:absolute;opacity:0;transform:rotate(-20deg);animation:rotateIn .5s ease forwards}.rotating-word.out{animation:rotateOut .5s ease forwards}@keyframes rotateIn{0%{opacity:0;transform:rotate(-15deg)}to{opacity:1;transform:rotate(0deg)}}@keyframes rotateOut{0%{opacity:1;transform:rotate(0deg)}to{opacity:0;transform:rotate(15deg)}}