// .RainbowSplit {
//     display: block;
//     width: 1260px;
//     height: 500px;
//     position: absolute;
//     top: -10px;
//     left: 10%;
// }

#redbox {
    animation: redbox 3s linear infinite;
}



@keyframes redbox {
    0% {
        display: block;
        width: 400px;
        height: 100px;
        position: absolute;
        top: 20%;
        left: 45%;
        border-radius: 25%;

        background: red;
        box-shadow: 0 0 50px 30px rgb(255, 0, 0);
        opacity: 1;
    }

    25% {
        display: block;
        width: 550px;
        height: 100px;
        position: absolute;
        top: 15%;
        left: 15%;
        border-radius: 25%;

        background: red;
        box-shadow: 0 0 50px 30px rgb(255, 0, 0);
        opacity: 0;
    }


    30% {
        display: block;
        width: 60px;
        height: 250px;
        position: absolute;
        top: 10%;
        left: 25%;
        border-radius: 25%;

        background-image: linear-gradient(to right bottom, #ff3200, #3db063);
        box-shadow: 0 0 50px 30px rgb(255, 144, 0);
        opacity: 0;
    }

    35% {
        display: block;
        width: 32px;
        height: 150px;
        position: absolute;
        top: 25%;
        left: 5%;
        border-radius: 25%;

        background: #ff9000;
        box-shadow: 0 0 50px 30px rgb(255, 144, 0);
        opacity: 0.2;
    }


    36% {
        display: block;
        width: 30px;
        height: 80px;
        position: absolute;
        top: 40%;
        left: 5%;
        border-radius: 25%;

        background: #ff9000;
        box-shadow: 0 0 50px 30px rgb(255, 144, 0);
        opacity: 0.8;
    }

    40% {
        display: block;
        width: 150px;
        height: 80px;
        position: absolute;
        top: 60%;
        left: 10%;
        border-radius: 25%;

        background: #3db063;
        box-shadow: 0 0 50px 30px rgb(61, 176, 99);
        opacity: 0.5;
    }

    50% {
        display: block;
        width: 450px;
        height: 150px;
        position: absolute;
        top: 55%;
        left: 45%;
        border-radius: 25%;

        background: #3db063;
        box-shadow: 0 0 50px 30px rgb(61, 176, 99);
        opacity: 1;
    }

    60% {
        display: block;
        width: 450px;
        height: 150px;
        position: absolute;
        top: 55%;
        left: 50%;
        border-radius: 25%;

        background: #3db063;
        box-shadow: 0 0 50px 30px rgb(61, 176, 99);
        opacity: 0.8;
    }

    62% {
        display: block;
        width: 400px;
        height: 120px;
        position: absolute;
        top: 55%;
        left: 60%;
        border-radius: 25%;

        background: #3db063;
        box-shadow: 0 0 50px 30px rgb(61, 176, 99);
        opacity: 1;
    }



    90% {
        display: block;
        width: 10px;
        height: 150px;
        position: absolute;
        top: 10%;
        left: 80%;
        border-radius: 5%;

        background: #3db063;
        box-shadow: 0 0 50px 30px rgb(61, 176, 99);
        opacity: 1;
    }

    100% {
        display: block;
        width: 400px;
        height: 100px;
        position: absolute;
        top: 20%;
        left: 45%;
        border-radius: 25%;

        background: red;
        box-shadow: 0 0 50px 30px rgb(255, 0, 0);
        opacity: 1;
    }
}


#triangle {
    animation: trianglebox 3s linear infinite;
}

@keyframes trianglebox {
    0% {
        display: block;
        width: 400px;
        height: 150px;
        position: absolute;
        bottom: 20%;
        right: 8%;
        border-radius: 25%;

        background: #4624c3;
        box-shadow: 0 0 50px 30px rgb(70, 36, 195);
        opacity: 1;
    }

    25% {
        display: block;
        width: 60px;
        height: 50px;
        position: absolute;
        bottom: 70%;
        right: 10%;
        border-radius: 25%;
        background: #112bcb;
        box-shadow: 0 0 50px 30px rgb(17, 43, 203);
        opacity: 0.5;
    }

    30% {
        display: block;
        width: 60px;
        height: 50px;
        position: absolute;
        bottom: 70%;
        right: 28%;
        border-radius: 25%;

        background: #11b7cb;
        box-shadow: 0 0 50px 30px rgb(17, 183, 203);
        opacity: 0;
    }

    35% {
        display: block;
        width: 60px;
        height: 150px;
        position: absolute;
        bottom: 70%;
        right: 28%;
        border-radius: 25%;

        background: #11b7cb;
        box-shadow: 0 0 50px 30px rgb(17, 183, 203);
        opacity: 0.1;
    }


    36% {
        display: block;
        width: 60px;
        height: 150px;
        position: absolute;
        bottom: 60%;
        right: 28%;
        border-radius: 25%;

        background: #11b7cb;
        box-shadow: 0 0 50px 30px rgb(17, 183, 203);
        opacity: 0.5;
    }

    50% {
        display: block;
        width: 550px;
        height: 200px;
        position: absolute;
        bottom: 60%;
        right: 32%;
        border-radius: 10%;

        background: #11b7cb;
        box-shadow: 0 0 50px 30px rgb(17, 183, 203);
        opacity: 1;
    }

    60% {
        display: block;
        width: 350px;
        height: 250px;
        position: absolute;
        bottom: 70%;
        right: 70%;
        border-radius: 10%;

        background: #11b7cb;
        box-shadow: 0 0 50px 30px rgb(17, 183, 203);
        opacity: 0;
    }

    62% {
        display: block;
        width: 100px;
        height: 60px;
        position: absolute;
        bottom: 80%;
        right: 95%;
        border-radius: 5%;
        background: #112bcb;
        box-shadow: 0 0 50px 30px rgb(17, 43, 203);
        opacity: 0;
    }



    90% {
        display: block;
        width: 90px;
        height: 150px;
        position: absolute;
        bottom: 15%;
        right: 85%;
        border-radius: 25%;
        background: #112bcb;
        box-shadow: 0 0 50px 30px rgb(17, 43, 203);
        opacity: 0.8;
    }



    100% {
        display: block;
        width: 450px;
        height: 150px;
        position: absolute;
        bottom: 20%;
        right: 18%;
        border-radius: 25%;

        background: #4624c3;
        box-shadow: 0 0 50px 30px rgb(70, 36, 195);
        opacity: 1;
    }
}