*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:#0b0b0b;width:100vw;height:100dvh;font-family:Inter,sans-serif}body #root{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}body .logo-wrapper{flex-direction:row;justify-content:center;align-items:center;display:flex;position:relative}body .logo-wrapper .logo{width:2.25rem;height:auto;transition:all 1s cubic-bezier(.86,0,.21,1.01);transform:scale(0)rotate(180deg)}body .logo-wrapper .wrapper{place-items:center;width:0;transition:all .9s cubic-bezier(.86,0,.21,1.01);display:grid;overflow:hidden}body .logo-wrapper .wrapper .logo-text{width:auto;height:2rem}body h1{opacity:.3;text-transform:uppercase;text-align:center;height:0;font-size:1.3rem;font-weight:500;line-height:1.8rem;transition:all .8s cubic-bezier(.86,0,.21,1.01);overflow:hidden}body h1 .break{display:none}@media screen and (width<=650px){body h1{font-size:1.25rem;line-height:1.4rem}body h1 .break{display:block}}body .email{cursor:pointer;color:#ffffffda;opacity:0;background:#0b0b0b;border:.1rem solid #ffffff6c;border-radius:3rem;padding:.55rem 1.5rem;font-weight:500;transition:all .55s cubic-bezier(.72,.14,.22,.75);display:none;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)translateY(1rem)}body .email:hover{color:#000;background-color:#fff;padding:.55rem 2rem}body .email:active{filter:brightness(.75);transform:translate(-50%)scale(.95)}body .stars-background{z-index:-1;opacity:0;flex-direction:row;justify-content:center;align-items:center;gap:9rem;width:100%;height:100%;transition:all 2s;display:flex;position:absolute;inset:0}@media screen and (width<=1160px){body .stars-background{gap:7rem}}body .stars-background .line{background:linear-gradient(#22222249,#22222249,#22222249,#2b2b2b,#22222249,#22222249,#22222249) 0 0/100% 300%;width:.1rem;height:100%;animation:3s cubic-bezier(.7,0,.3,1) infinite star}@media screen and (width<=950px){body .stars-background .line:nth-child(n+7):nth-child(-n+10){display:none}}@media screen and (width<=800px){body .stars-background .line:nth-child(n+6):nth-child(-n+10){display:none}}@media screen and (width<=550px){body .stars-background .line:nth-child(n+5):nth-child(-n+10){display:none}}body .stars-background .line:first-child{animation-delay:0s}body .stars-background .line:nth-child(2){animation-delay:.3s}body .stars-background .line:nth-child(3){animation-delay:.6s}body .stars-background .line:nth-child(4){animation-delay:.9s}body .stars-background .line:nth-child(5){animation-delay:1.2s}body .stars-background .line:nth-child(6){animation-delay:1.5s}body .stars-background .line:nth-child(7){animation-delay:1.8s}body .stars-background .line:nth-child(8){animation-delay:2.1s}body .stars-background .line:nth-child(9){animation-delay:2.4s}body .stars-background .line:nth-child(10){animation-delay:2.7s}@keyframes star{0%{background-position:0 0}to{background-position:0 100%}}
