@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";body{margin:0;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:"Press Start 2P",cursive;background-image:url(/assets/background-1-6cGhfxrK.jpg);background-size:cover;background-position:bottom;background-repeat:no-repeat;color:#bbf7d0;text-align:center}#title{font-family:"Press Start 2P",sans-serif;font-size:6rem;padding:20px 30px;border-radius:20px;color:#ecfccb;text-shadow:6px 6px 0 #000,10px 10px 0 #4b0c0c,-4px -4px 0 #164e63;text-align:center;margin-bottom:40px;transition:transform .2s ease,text-shadow .2s ease}#title:hover{transform:scale(1.08) translateY(-8px);text-shadow:8px 8px 0 #000,12px 12px 0 #4b0c0c,-5px -5px 0 #22d3ee}body::selection{background-color:#a86c54}#start-btn{color:#052e16;background-color:#dcfce7;padding:20px 40px;border:3px solid #052e16;box-shadow:6px 6px #052e16;font-family:inherit;font-size:1.2rem;cursor:pointer;transition:all .15s ease-in-out}#start-btn:hover{transform:scale(1.05) translateY(-4px);box-shadow:8px 8px #052e16,12px 12px #164e63}#start-btn:active{transform:translateY(3px);box-shadow:2px 2px #052e16}@keyframes pulse{0%{transform:scale(1);box-shadow:6px 6px #052e16}50%{transform:scale(1.05);box-shadow:8px 8px #052e16}to{transform:scale(1);box-shadow:6px 6px #052e16}}#loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#052e16;display:none;align-items:center;justify-content:center;flex-direction:column;z-index:9999}.loader-text{font-family:"Press Start 2P";font-size:1.2rem;color:#bbf7d0;animation:blink 1s infinite alternate}@keyframes blink{0%{opacity:1}to{opacity:.3}}#logo-holder{position:absolute;top:10px;right:10px;display:flex;flex-direction:row;justify-content:center;align-items:center}.logo{height:40px;width:40px;margin:10px;transition:all .2s ease-in-out}.logo:hover{transform:scale(1.15) translateY(-3px)}#footer-instruction{position:fixed;bottom:0;left:0;width:100%;text-align:center;padding:10px}#instruction{margin-bottom:21vh;animation:blink 2s infinite linear}@keyframes blink{0%{opacity:1}50%{opacity:.4}to{opacity:1}}#credit{position:absolute;bottom:10px;right:10px}.jp{color:#052e16;font-size:20px;margin-top:8px;font-weight:700}@media (max-width: 768px){#title{font-size:3rem;margin-bottom:20px;padding:10px 15px}#start-btn{padding:15px 25px;font-size:1rem}.jp{font-size:14px;margin-top:5px}.logo{height:30px;width:30px;margin:5px}#instruction{margin-bottom:12vh;font-size:.8rem}}@media (max-width: 768px){#instruction{display:none}}
