.parent-container{display:flex;justify-content:center;align-items:center;height:0vh}.star-container{width:100px;height:100px;display:flex;justify-content:center;align-items:center}.star{width:25px;height:25px;margin:auto;transition:transform 0.9s}.star-container:hover .star{transform:rotate(360deg)}@keyframes typewriter{from{width:0}}@keyframes typewriter-cursor{50%{border-right-color:transparent}}.typewriter{overflow:hidden;border-right:2px solid #000;white-space:nowrap;margin:0 auto;letter-spacing:.15em;animation:typewriter 4s steps(30,end),typewriter-cursor .5s step-end infinite}