/* Galaxy Formation CSS */
.galaxy-1
{
position: absolute;
top: 25vh;
left: 30vw;
width: 20vw;
height: 20vw;
background: radial-gradient(rgba(255, 255, 255, 0.2) 0%, #66CCCC 75%);
border-radius: 50%;
box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);
animation: rotation 15s linear infinite, move 30s ease-in-out infinite;
}