div.loader {
    height: 10em;
    display: flex;
    align-items: center;
    justify-content: center }
div.container6 .p {
    margin: 0 }

#fountainG{
    position:relative;
    width:168px;
    height:20px;
    margin:auto;
}

.fountainG{
    position:absolute;
    top:0;
    background-color:rgb(13,133,21);
    width:20px;
    height:20px;
    animation-name:bounce_fountainG;
    -o-animation-name:bounce_fountainG;
    -ms-animation-name:bounce_fountainG;
    -webkit-animation-name:bounce_fountainG;
    -moz-animation-name:bounce_fountainG;
    animation-duration:2.47s;
    -o-animation-duration:2.47s;
    -ms-animation-duration:2.47s;
    -webkit-animation-duration:2.47s;
    -moz-animation-duration:2.47s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
    transform:scale(.3);
    -o-transform:scale(.3);
    -ms-transform:scale(.3);
    -webkit-transform:scale(.3);
    -moz-transform:scale(.3);
    border-radius:13px;
    -o-border-radius:13px;
    -ms-border-radius:13px;
    -webkit-border-radius:13px;
    -moz-border-radius:13px;
}

#fountainG_1{
    left:0;
    animation-delay:0.99s;
    -o-animation-delay:0.99s;
    -ms-animation-delay:0.99s;
    -webkit-animation-delay:0.99s;
    -moz-animation-delay:0.99s;
}

#fountainG_2{
    left:21px;
    animation-delay:1.24s;
    -o-animation-delay:1.24s;
    -ms-animation-delay:1.24s;
    -webkit-animation-delay:1.24s;
    -moz-animation-delay:1.24s;
}

#fountainG_3{
    left:42px;
    animation-delay:1.48s;
    -o-animation-delay:1.48s;
    -ms-animation-delay:1.48s;
    -webkit-animation-delay:1.48s;
    -moz-animation-delay:1.48s;
}

#fountainG_4{
    left:63px;
    animation-delay:1.73s;
    -o-animation-delay:1.73s;
    -ms-animation-delay:1.73s;
    -webkit-animation-delay:1.73s;
    -moz-animation-delay:1.73s;
}

#fountainG_5{
    left:84px;
    animation-delay:1.98s;
    -o-animation-delay:1.98s;
    -ms-animation-delay:1.98s;
    -webkit-animation-delay:1.98s;
    -moz-animation-delay:1.98s;
}

#fountainG_6{
    left:105px;
    animation-delay:2.22s;
    -o-animation-delay:2.22s;
    -ms-animation-delay:2.22s;
    -webkit-animation-delay:2.22s;
    -moz-animation-delay:2.22s;
}

#fountainG_7{
    left:126px;
    animation-delay:2.47s;
    -o-animation-delay:2.47s;
    -ms-animation-delay:2.47s;
    -webkit-animation-delay:2.47s;
    -moz-animation-delay:2.47s;
}

#fountainG_8{
    left:147px;
    animation-delay:2.72s;
    -o-animation-delay:2.72s;
    -ms-animation-delay:2.72s;
    -webkit-animation-delay:2.72s;
    -moz-animation-delay:2.72s;
}



@keyframes bounce_fountainG{
    0%{
        transform:scale(1);
        background-color:rgb(0,255,51);
    }

    100%{
        transform:scale(.3);
        background-color:rgb(61,26,61);
    }
}

@-o-keyframes bounce_fountainG{
    0%{
        -o-transform:scale(1);
        background-color:rgb(0,255,51);
    }

    100%{
        -o-transform:scale(.3);
        background-color:rgb(61,26,61);
    }
}

@-ms-keyframes bounce_fountainG{
    0%{
        -ms-transform:scale(1);
        background-color:rgb(0,255,51);
    }

    100%{
        -ms-transform:scale(.3);
        background-color:rgb(61,26,61);
    }
}

@-webkit-keyframes bounce_fountainG{
    0%{
        -webkit-transform:scale(1);
        background-color:rgb(0,255,51);
    }

    100%{
        -webkit-transform:scale(.3);
        background-color:rgb(61,26,61);
    }
}

@-moz-keyframes bounce_fountainG{
    0%{
        -moz-transform:scale(1);
        background-color:rgb(0,255,51);
    }

    100%{
        -moz-transform:scale(.3);
        background-color:rgb(61,26,61);
    }
}