.full {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
}

.circle {
    width:100px;
    height:100px;
    padding: 0;
    margin: 0;
    
    border-radius: 50px;
    
    outline: none;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s;
}

.square {
    width:100px;
    height:100px;
    padding: 0;
    margin: 0;
    
    outline: none;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centralT {
    text-align: center;
    margin: 0;
    position: absolute;
    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
}

.third {
    height: 33.33%;
    width: 100%;
    position: absolute;
}

.half {
    height: 50%;
    width: 100%;
    position: absolute;
    
}


/*---------------1---------------*/
#a {
    background-color: #FFC9FF;
        -webkit-transition: all 1000ms ease;
                -moz-transition: all 1000ms ease;
                -ms-transition: all 1000ms ease;
                -o-transition: all 1000ms ease;
                transition: all 1000ms ease;
};
#a .circle{
    width:150px;
    height:150px;
    border-radius: 0;
    background-color: black;
   transition: all 1000ms !important;}

/*---------------2---------------*/
#b {
    background-color: #589FBA;
    -webkit-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
}

#b .circle{
     width:150px;
    height:150px;
    left: 50%;
    padding: 0;
    border-radius:50%;
    background-color: #FF9228;
    transition: all 1000ms !important;
}

/*---------------3---------------*/
#c .square{
     width:50%;
    height:100%;
    transform:translate(-100%,-50%);
    background-color: black;
    left:0;
    -webkit-transition: all 1000ms ease;
                -moz-transition: all 1000ms ease;
                -ms-transition: all 1000ms ease;
                -o-transition: all 1000ms ease;
                transition: all 1000ms ease;
}

/*---------------4---------------*/
#d .circle {
    
    width:150px;
    height:150px;
    border-radius: 0;
    transform: rotate(0 deg);

    background-color: black;
    
    -webkit-transition: all 1000ms ease;
                -moz-transition: all 1000ms ease;
                -ms-transition: all 1000ms ease;
                -o-transition: all 1000ms ease;
                transition: all 1000ms ease;
}

/*---------------5---------------*/
#e {
    background-color: white;
}

#top {
    top: 0;
    left: 0;
    background-color:darksalmon;
    display: none;
    width: 100%;
}

#mid {
    top: 33.33%;
    left: 0;
    background-color:coral;
    display: none;
    width: 100%;
}

#bot {
    top: 66.66%;
    left: 0;
    background-color:chocolate;
    display: none;
    width: 100%;
}
}

/*---------------6---------------*/
#f {
    background-color: #FFEFB3;
}



#f #gradient{
    width: 100%;
    height: 100%;
    background-color:#AEBAD6;
}

/*---------------7---------------*/


#small {
    top: 0;
    left: 0;
    background-color:darkseagreen;
    
    width:100%;
    height: 100%;
     -webkit-transition: all 1000ms ease;
                -moz-transition: all 1000ms ease;
                -ms-transition: all 1000ms ease;
                -o-transition: all 1000ms ease;
                transition: all 1000ms ease;
}



/*---------------8---------------*/

#h #oval{
    background-color:blueviolet;
    height: 200px;
    width: 200px;
    
    border-radius: 175px;

}

/*---------------9---------------*/
#i {
    background-color: white;
    background-size: 120%;
    background-position: center;
    
    
}


#rectangle{
        width: 50%;
    height: 50%;
        background-color:crimson;
    transform: rotate(0deg);
    -webkit-transition: all 1000ms ease;
                -moz-transition: all 1000ms ease;
                -ms-transition: all 1000ms ease;
                -o-transition: all 1000ms ease;
                transition: all 1000ms ease;
    }
    
/*---------------10---------------*/
#j{
    background-color: darksalmon;
    border-radius: 0;
  -webkit-transition: all 1000ms ease;
                -moz-transition: all 1000ms ease;
                -ms-transition: all 1000ms ease;
                -o-transition: all 1000ms ease;
                transition: all 1000ms ease;
}

/*---------------11---------------*/
#k {
    background-color: #EDEDED;
    cursor: auto;
    
    text-transform: uppercase;
    font-weight: bold;
}
#k #number{
    font-size: 60px;
    font-family:sans-serif;
    color:burlywood;
    -webkit-transition: all 1000ms ease;
                -moz-transition: all 1000ms ease;
                -ms-transition: all 1000ms ease;
                -o-transition: all 1000ms ease;
                transition: all 1000ms ease;
}

/*---------------12---------------*/
#l {
    background-color:darkcyan;
    cursor: auto;
    text-transform: uppercase;
    font-weight: bold;
}
#l #oval2{
    width:50%;
    height:50%;
    border-radius: 100px;
    background-color:coral;
    -webkit-transition: all 1000ms ease;
                -moz-transition: all 1000ms ease;
                -ms-transition: all 1000ms ease;
                -o-transition: all 1000ms ease;
                transition: all 1000ms ease;
}

