#flying-yeast-container {
    position: relative;
}
#flying-yeast-background-image {
    position: absolute;
    width: 60%;
    left: 21%;
    top: 10%;
}
#flying-yeast-background-planets {
    position: absolute;

    left: 8vw;
    top: 1vw;
    scale: 1.3;
    filter: blur(0.4px);
}
#harmful_radiation {
    background: linear-gradient(90deg, #ce9801, #ffe7af);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
#uv_stars_div {
    position: absolute;
    left: 0vw;
    top: -25vw;
    width: 100vw;
}
#main-third-section {
    margin-bottom: 5vw;
}

#main-fourth-section {
    padding-top: 8vh;
    background: linear-gradient(#1e1e1e, #0f0f44, #1e1e1e);
}

.line-height-3 {
    line-height: 3vw;
}

#main-stars-animation {
    width: 50vw;
    position: absolute;
    left: 25vw;
    height: fit-content;
    top: 23vw;
}

#stars-box-header {
    left: 3vw;
    height: fit-content;
    top: 23vw;
    text-align: center;
}

#stars-box-text {
    left: 3vw;
    height: fit-content;
    top: 30vw;
    text-align: center;
}

#main-fifth-section {
    padding-top: 5vh;
    height: 50vw;
}

#flying-yeast-animation2 {
    left: -50%;
}

#planet_animation {
    right: -20%;
    top: -4vw;
    left: 40%;
}

#yeast_rock {
    top: 22vw;
    left: 65%;
    scale: 1.5;
}
#white-dots-left {
    rotate: 9deg;
    left: -5vw;
    top: 80%;
    scale: 2.5;
}
#white-dots-right {
    rotate: -45deg;
    left: 80%;
    top: 80%;
    scale: 2.5;
}
