


*:before,
*:after{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.title{
    height: 150px;
    width: 150px;
    justify-content:center;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    top: 25%;
    left: 50%;
    overflow: hidden;
    color: #04B0EE;
    -webkit-box-shadow: 0 20px 35px rgba(0,0,0,0.3);
            box-shadow: 0 20px 35px rgba(0,0,0,0.3);
    border-radius: 5px;
    z-index: 9;
}
.title:before{
    content: "";
    height: 150%;
    width: 150%;
    position: absolute;
    left: -25%;
    top: -25%;
    background-image: conic-gradient(
    #04B0EE 20deg ,
    transparent 120deg );
    outline: none;
    -webkit-animation: rotate 10s infinite linear;
            animation: rotate 10s infinite linear;
    background-color: #1C1B29;
}
@-webkit-keyframes rotate{
    100%{
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }
}
@keyframes rotate{
    100%{
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }
}
.title:after{
    content: "Webd'IK";
    position: absolute;
    height: 94%;
    width: 94%;
    background-color: #1C1B29;
    border-radius: 8px;
    top: 3%;
    left: 3%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;

}



.b1{
    width:300px;
    height:300px;
    background-color:#99ffff;
    border-radius:20%;
    left:10%;
    top: 10px;
    position:absolute ;
    animation:bll-a 20s infinite ;
    opacity: 0.5;
    
}
.b2{
    width:300px;
    height:300px;
    background-color:#6bb3b3;
    border-radius: 20%;
    left:20%;
    top:10px;
    position:absolute ;  
    animation:bll-a 20s infinite ;
    opacity: 0.5;
}

.b3{
    width:300px;
    height:300px;
    background-color:#b3966b;
    border-radius:20%;
    left:30%;
    top:10px;
    position:absolute ;  
    animation:bll-a 20s infinite ;
    opacity: 0.5;
}

.b4{
    width:300px;
    height:300px;
    background-color:#bb99ff;
    border-radius:20%;
    right: 10%;
    top:10px;
    position:absolute ;  
    animation:bll-a 20s infinite ;
    opacity: 0.5;
}

.b5{
    width:300px;
    height:300px;
    background-color:#99b3ff;
    border-radius:20%;
    right: 20%;
    top:10px;
    position:absolute ;  
    animation:bll-a 20s infinite ;
    opacity: 0.5;
}

.b6{
    width:300px;
    height:300px;
    background-color:#6b7db3;
    border-radius:20%;
    right: 30%;
    top:10px;
    position:absolute ;  
    animation:bll-a 20s infinite ;
    opacity: 0.5;
}


section{

	
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	align-content: center;
}



h4{
    text-align:center;
    margin-top: 350px;
    margin-bottom: 55px;
    
}


@keyframes bll-a{
    
    15%{
        height:30px;
        width:30px;
       border-radius: 50px 60px 100px 6px;
    }
  
    70%{
        height:30px;
        width:30px;
        transform:translateY(170px);   
}


h4{

    margin-top: 300px;
    margin-bottom:300px;
    text-align: center;
        color: #04B0EE;
}









