main{display:flex;justify-content:center;align-items:center;width:100vw;flex-direction:column}body{background-color:#000}h1{background-image:linear-gradient(to right,#8db7ce,#3a7392,#3a7392,#236284,#124a68);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:42px;text-align:center;animation:step 2s infinite alternate;-webkit-text-stroke:4px #c4d5de}@keyframes step{0%{transform:scale(1) translateY(0)}to{transform:scale(1.5) translateY(-50px)}}#four{font-family:Pixelify Sans,sans-serif;font-size:150px}.star{position:absolute;background-color:#fff;width:2px;height:2px}.player{width:50px;height:10px;background-color:#00f;position:absolute;transition:all .1s}.bullet{background-color:green;width:7px;height:7px;position:absolute}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}
