@-webkit-keyframes fade-in{to{opacity:1}}@keyframes fade-in{to{opacity:1}}@-webkit-keyframes collapse-vowels{50%{opacity:0}to{width:0;opacity:0}}@keyframes collapse-vowels{50%{opacity:0}to{width:0;opacity:0}}@-webkit-keyframes collapse-all{to{width:5.33vw}}@keyframes collapse-all{to{width:5.33vw}}body,html{width:100%;height:100%}body{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;background-color:#000;color:#fff;font-family:Share Tech Mono;font-weight:700}#app{-webkit-animation:fade-in .15s ease-in forwards;animation:fade-in .15s ease-in forwards;opacity:0}p{will-change:width,opacity;display:inline-block;width:9vw;overflow:hidden;-webkit-animation:collapse-all 5s ease-in-out .15s forwards;animation:collapse-all 5s ease-in-out .15s forwards;margin:0;line-height:9vw;text-align:center;font-size:9vw}p.vowel{-webkit-animation:collapse-vowels 5s ease-in-out .15s forwards;animation:collapse-vowels 5s ease-in-out .15s forwards}