body{min-height:100svh}#star-box,body{display:flex;flex-direction:column;justify-content:center;align-items:center}#star-box{gap:1rem}.star{color:var(--primary);width:32px;height:32px;animation:hover 2s ease-in-out infinite alternate,rotate 8s linear infinite}@keyframes hover{0%{translate:0 0}to{translate:0 .5rem}}@keyframes rotate{0%{rotate:0deg}to{rotate:1turn}}h1{font-size:var(--text-md);font-weight:800;-webkit-user-select:none;-moz-user-select:none;user-select:none}