.galaxy { width: 500px; height: 300px; border-radius: 50%; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
.galaxy:nth-child(1) { top: 0%; left: 50%; transform: translate(-50%, 0%); background-color: #333; }