@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--color-background: #000000}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden}body{font-family:Manrope,system-ui,-apple-system,sans-serif;background:#000;color:#fff}@keyframes star-movement-bottom{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}@keyframes star-movement-top{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.star-border-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;z-index:100;pointer-events:auto}button{cursor:pointer;border:none;font-family:inherit;background:none;padding:0}@media (max-width: 600px){html,body,#root{overflow-x:hidden;overflow-y:auto;height:auto}.page-wrapper{overflow:visible!important;min-height:100vh;height:auto!important}.container{position:relative!important;top:auto!important;left:auto!important;transform:none!important;padding:3rem 1.25rem 2rem!important;width:100%!important;max-width:100%!important;margin:0 auto!important}.headline{font-size:2rem!important;min-height:auto!important}.headline-typed{font-size:2rem!important;white-space:normal!important}}
