*{box-sizing:border-box;margin:0;padding:0}body{background:#0a0a0f;color:#fff;font-family:system-ui,-apple-system,sans-serif;overflow:hidden}#particles{height:100%;left:0;position:fixed;top:0;width:100%;z-index:0}#content{display:grid;height:100vh;place-items:center;position:relative;text-align:center;width:100vw;z-index:1}#content h1{background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,8vw,5rem);font-weight:300;letter-spacing:.1em;margin-bottom:.5em;-webkit-text-fill-color:transparent}#content p{font-size:clamp(1rem,2vw,1.25rem);letter-spacing:.2em;opacity:.6;text-transform:uppercase}#github-link{bottom:0;margin:2em;position:fixed;right:0;z-index:2}#github-link a img{filter:invert(1);height:48px;opacity:.5;transition:all .3s ease;width:48px}#github-link a img:hover{opacity:1;transform:scale(1.1)}