#flo21 {
    width: 71px;
    position: absolute;
    bottom: 0px;
    left: -30px;
    animation: swayEffect 5s ease-in-out infinite;
    transform-origin: center;
}

#flo31 {
    width: 91px;
    position: absolute;
    bottom: -29px;
    left: 27px;
    animation: swayEffect 3s ease-in-out infinite;
    transform-origin: center;
}

#flo111 {
    width: 76px;
    position: absolute;
    bottom: -27px;
    left: -22px;
    animation: loopEffect 3s ease-in-out infinite alternate;
    transform-origin: center;
}

#flo71 {
    width: 59px;
    position: absolute;
    bottom: -9px;
    left: 3px;
    animation: loopEffect 5s ease-in-out infinite alternate;
    transform-origin: center;
}

#flo82 {
    width: 58px;
    position: absolute;
    top: -1px;
    right: -29px;
    animation: loopEffect 2s ease-in-out infinite alternate;
    transform-origin: center;
}

#flo92 {
    width: 49px;
    position: absolute;
    top: -26px;
    right: -2px;
    animation: loopEffect 3s ease-in-out infinite alternate;
    transform-origin: center;
}

#flo102 {
    width: 40px;
    position: absolute;
    top: -22px;
    right: -31px;
    animation: loopEffect 2.5s ease-in-out infinite alternate;
    transform-origin: center;
}

#flo112 {
    width: 62px;
    position: absolute;
    top: 18px;
    right: -32px;
    animation: swayEffect 3s ease-in-out infinite;
    transform-origin: center;
}

#flo122 {
    width: 74px;
    position: absolute;
    top: -33px;
    right: 20px;
    animation: swayEffect 4s ease-in-out infinite;
    transform-origin: center;
}