*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a1a1a;font-family:Inter,system-ui,-apple-system,sans-serif}#root{justify-content:center;align-items:center;min-height:100vh;display:flex}@keyframes wipe-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.landing{text-align:center;flex-direction:column;align-items:center;padding:20px;display:flex}.name{color:#fff;letter-spacing:-.5px;opacity:0;margin-bottom:8px;font-size:2.5rem;font-weight:700;animation:.5s ease-out 50ms forwards wipe-in}.title{color:#e0e0e0;opacity:0;margin-bottom:20px;font-size:1.25rem;font-weight:400;animation:.5s ease-out .2s forwards wipe-in}.socials{opacity:0;align-items:center;gap:20px;animation:.5s ease-out .35s forwards wipe-in;display:flex}.socials a{color:#fff;align-items:center;font-size:1.65rem;transition:color .2s;display:flex}.socials a:hover{color:#aaa}
