#saturn {
    width: 116px;
    height: 52px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    position: relative;
    transform: translate(-50%, -50%);
    transform-style: preserve-3d;
    z-index: 12;
}

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

#moon-orbit-path-tethys,
#moon-orbit-path-dione,
#moon-orbit-path-rhea,
#moon-orbit-path-titan,
#moon-orbit-path-iapetus {
    border-color: rgba(185, 190, 200, 0.16);
    z-index: 4;
}

#moon-orbit-container-tethys,
#moon-orbit-container-dione,
#moon-orbit-container-rhea,
#moon-orbit-container-titan,
#moon-orbit-container-iapetus {
    z-index: 5;
}

#moon-titan {
    box-shadow: 0 0 5px rgba(214, 181, 109, 0.8);
}
