@font-face{font-family:"IranSans";src:url(./../fonts/IranSans/IranSans.woff)}body{margin:0;padding:0;font-family:"IranSans";height:100vh;background-image:linear-gradient(to top,#2e1753,#1f1746,#131537,#0d1028,#050819);display:flex;justify-content:center;align-items:center;overflow:hidden}.text{position:absolute;top:10%;color:#fff;text-align:center}h1{font-size:50px}.star{position:absolute;width:2px;height:2px;background:#fff;right:0;animation:starTwinkle 3s infinite linear}.astronaut img{width:100px;position:absolute;top:55%;animation:astronautFly 6s infinite linear}@keyframes astronautFly{0%{left:-100px}25%{top:50%;transform:rotate(30deg)}50%{transform:rotate(45deg);top:55%}75%{top:60%;transform:rotate(30deg)}100%{left:110%;transform:rotate(45deg)}}@keyframes starTwinkle{0%{background:rgb(255 255 255 / .4)}25%{background:rgb(255 255 255 / .8)}50%{background:rgb(255 255 255)}75%{background:rgb(255 255 255 / .8)}100%{background:rgb(255 255 255 / .4)}}