html,body{margin:0;padding:0}body{min-height:100%;font-size:1.2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#050e1a}*{box-sizing:border-box}@keyframes fadeIn{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}#blurContainer{position:absolute;top:0;left:0;bottom:0;right:0;display:flex;align-items:center;background-color:#0003;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;animation:fadeIn .5s ease 0s 1 normal forwards}#content{color:#ddd;margin:auto;width:40rem;max-width:90%;text-align:center}#introduction img{width:6.25rem;height:6.25rem}h1{font-size:4rem;margin:0 0 2rem;opacity:0;animation:fadeIn .5s ease 0s 1 normal forwards}canvas{display:block;position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:-1;background:radial-gradient(#174482,#050e1a)}p{margin-bottom:2rem;opacity:0;animation:fadeIn .5s ease 0s 1 normal forwards}.p1{animation-delay:.25s}.p2{animation-delay:.5s}#socialLinks{margin-top:4rem;display:flex;gap:2rem;align-items:center;justify-content:center;opacity:0;animation:fadeIn .75s ease 1s 1 normal forwards}#socialLinks img{width:3.5rem;height:3.5rem}#socialLinks a{transition:all .15s ease;opacity:.8}#socialLinks a:hover{transform:scale(1.1);opacity:1}
