article {
    position:absolute; top:0; right:0; margin-right: -50;
    background: -webkit-gradient(radial, center center, 100, center center, 400, from(#9dcce1), to(#52a2c8));
 
}
.blue3d {
    width:0px;
    height:0px;
    margin:0 auto;
    display:block;
}
.blue3d p {

    resize:none;
    width:800px;
    height:140px;
    
    overflow: hidden;
    line-height: 1.2em;
    /* FONT 3D */
   font-family: 'Arvo', arial, serif;
   background-color: transparent;
   border:0;
    font-weight:700;
    color:#FAFAFA;
    font-size:7em;
    text-align:center;
    /* Left - Top - Grossir*/
    text-shadow:
    -2px -2px 1px #fff,
    -1px -1px 1px #fff,
    1px 1px 1px rgba(232,247,255,0.9),
    1px 1px 0 #8C8C8C,
    2px 2px 0 #8A8A8A,
    3px 3px 0 #868787,
    4px 4px 0 #818282,
    5px 5px 0 #808080,
    6px 6px 0 #818282,
    7px 7px 0 #797A7A,
    8px 8px 0 #6F7070,
    9px 9px 0 #757575,
    10px 10px 0 #727273,
    11px 11px 0 #6E6E6E,
    12px 12px 1px rgba(110,100,100,0.5),
    14px 14px 12px rgba(20,20,20,0.5)
    ;
    position: fixed; top: 50%; left: 50%;
    margin-top: -100px; margin-left: -407px; text-decoration:none;
      
      
}

.blue3d textarea:focus {
outline:none;
border:0;
}