﻿body {
     
}






.container2 {
    color:#000000;
 background-color: #ffffff;
 margin-left:0px;
 margin-right:0px;
}

.container2W {
    background-color: #ffffff;
    margin-left: 0px;
    margin-right: 0px;
}


 


.head_color{
   
    background-color:#ffffff;
}

.my-element {
    display: inline-block;
    margin: 0 0.5rem;
    animation: bounceInDown; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
}

.my-element_WeWill {
    display: inline-block;
    margin: 0 0.5rem;
    animation: bounceInDown; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 3s; /* don't forget to set a duration! */
}

.my-Blue_Baloon {
    display: inline-block;
    margin: 0 0.5rem;
    margin-left:30%;
    animation: bounceInDown; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 5s; /* don't forget to set a duration! */
}


.floadDiv {
    position: absolute;
    width: 600px;
    height: 400px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -150px;
    
}

.floadDivCartoons {
    position: absolute;
    width: 600px;
    height: 400px;
    z-index: 25;
    top: 60%;
    left: 10%;
    margin: -100px 0 0 -150px;
}


.top{
    z-index:200;
}

.below{
    z-index:1;
}
 
