.loading-element{
border-radius: 50%;
animation: expanding 1s linear infinite;
}
#star{
width: 10px;
height: 10px;
background-color: #fff;
border-radius: 50%;
animation: star 2s infinite;
}
.asteroid{
position: absolute;
width: 20px;
height: 20px;
background-color: #fff;
border-radius: 50%;
animation: asteroid 2s infinite;
}
.asteroid1{
top: 10%;
left: 10%;
animation-delay: 0.2s;
}
.asteroid2{
top: 40%;
left: 80%;
animation-delay: 0.5s;
}
.asteroid3{
top: 60%;
left: 20%;
animation-delay: 0.8s;
}