#jupiter {
    width: 58px;
    height: 54px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    position: relative;
    transform: translate(-50%, -50%);
    z-index: 11;
}

#jupiter::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('jupiter1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 2;
}

#moon-orbit-path-io,
#moon-orbit-path-europa,
#moon-orbit-path-ganymede,
#moon-orbit-path-callisto {
    border-color: rgba(185, 196, 220, 0.14);
    z-index: 4;
}

#moon-orbit-container-io,
#moon-orbit-container-europa,
#moon-orbit-container-ganymede,
#moon-orbit-container-callisto {
    z-index: 5;
}
