:root{color:#fff;background-color:#000;font-family:Special Elite,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{background:radial-gradient(circle,#111 0%,#000 70%);width:100vw;height:100vh;overflow:hidden}#app{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.overlay{pointer-events:none;opacity:.1;z-index:10;mix-blend-mode:overlay;background-image:url(https://grain-y.now.sh/images/grain.png);width:100%;height:100%;animation:1s steps(10,end) infinite grain;position:absolute;top:0;left:0}@keyframes grain{0%{background-position:0 0}to{background-position:-100px -100px}}.content{text-align:center;z-index:5}.mysterious-text{letter-spacing:5px;color:#e0e0e0;text-shadow:0 0 15px #ffffff1a;opacity:0;-webkit-user-select:none;user-select:none;font-family:Special Elite,cursive;font-size:3.5rem;transition:transform .1s ease-out;animation:4s ease-in forwards fadeIn}@keyframes fadeIn{0%{opacity:0;filter:blur(10px)}50%{opacity:.5;filter:blur(5px)}to{opacity:.8;filter:blur()}}@keyframes flicker{0%{opacity:.7}to{opacity:.8}}.footer{text-align:center;z-index:5;width:100%;position:absolute;bottom:2rem}.hashtag{color:#666;letter-spacing:4px;opacity:0;font-family:Special Elite,cursive;font-size:1.2rem;transition:color .3s;animation:3s ease-in 2s forwards fadeIn}.hashtag:hover{color:#fff;text-shadow:0 0 5px #ffffff80}@media (width<=600px){.mysterious-text{font-size:1.5rem}.hashtag{font-size:.8rem}}
