@charset "UTF-8";*{box-sizing:border-box}html,body{height:100%}body{margin:0;background-color:#000;color:#fff;font-family:Segoe UI,sans-serif;min-height:100vh}app-root{display:flex;justify-content:center;align-items:center;min-height:100vh}.container{text-align:center;padding:40px}.logo{max-width:300px;width:100%;margin-bottom:30px}.slogan{font-size:1.2rem;margin-bottom:20px}.cta{display:inline-block;padding:10px 20px;background:transparent;border:1px solid white;color:#fff;text-decoration:none;border-radius:5px;font-weight:700;transition:all .3s ease}.cta:hover{background-color:#fff;color:#000}.social-icons{margin-top:30px}.social-icons a{margin:0 15px;font-size:24px;color:#fff;transition:color .3s ease}.social-icons a:hover{color:#aaa}
