.boxed {
    background-color: #fff;
}


.effect2 {
position: relative;
}

.effect2:before {
z-index: -1;
position: absolute;
content: “”;
bottom: 15px;
left: 10px;
width: 50%;
top: 80%;
max-width:300px;
background: #777;
-webkit-box-shadow: 0 15px 10px #777;
-moz-box-shadow: 0 15px 10px #777;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}

/* --- Gradient style Text Effect  --- */

.gradienttype p {  
        position: relative;  
        font-size: 40px;  
        margin-top: 0;  
        font-family: 'Muli', helvetica, arial;  
		text-align: center;
    }  
      
.gradienttype p a {  
        text-decoration: none;  
        color: #FF6666;  
        position: absolute;  
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50,200,200,1)), color-stop(50%, rgba(200,50,200,.5)), to(rgba(200,200,50,1)));  
    }  
      
.gradienttype p:after {
	content : 'SEED Internet';
	color: #FF6666;
	text-shadow: 1px 1px 3px #ccc;
    }  