#planet1 {
    width: 50px;
}

#planet2 {
    width: 63px;
}

#planet3 {
    width: 114px;
}

#planet4 {
    width: 106px;
}

#planet5 {
    width: 145px;
}

#planet6 {
    width: 145px;
}

#planet7 {
    width: 227px;
}

#planet8 {
    width: 326px;
}

#planet-container {
    position: relative;
    width: 4146px;
    height: 100vh;
    overflow: hidden;
}

.planet {
    position: absolute;
    transform: translate(-50%, -50%); /* Центрирует планету относительно координат */
    transition: none;
    will-change: transform;
}

.orbit {
    position: absolute;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    pointer-events: none;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
}
